| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | msvc failure in largeobject regression test |
| Date: | 2007-01-23 14:11:24 |
| Message-ID: | 20070123141124.GA15972@svr2.hagander.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi!
I get failures for the largeobject regression tests on my vc++ build. I
don't think this has ever worked, given that those tests are fairly new.
Any quick ideas on what's wrong before I dig deeper?
//Magnus
*** ./expected/largeobject.out Tue Jan 23 14:55:25 2007
--- ./results/largeobject.out Tue Jan 23 14:56:17 2007
***************
*** 140,147 ****
-- large object
SELECT loread(fd, 36) FROM lotest_stash_values;
loread
! -----------------------------------------------------------------
! AAA\011FBAAAA\011VVVVxx\0122513\01132\0111\0111\0113\01113\0111
(1 row)
SELECT lo_tell(fd) FROM lotest_stash_values;
--- 140,147 ----
-- large object
SELECT loread(fd, 36) FROM lotest_stash_values;
loread
! --------------------------------------------------------------
! 44\011144\0111144\0114144\0119144\01188\01189\011SNAAAA\011F
(1 row)
SELECT lo_tell(fd) FROM lotest_stash_values;
***************
*** 170,177 ****
SELECT loread(fd, 36) FROM lotest_stash_values;
loread
! -----------------------------------------------------
! AAA\011FBAAAAabcdefghijklmnop1\0111\0113\01113\0111
(1 row)
SELECT lo_close(fd) FROM lotest_stash_values;
--- 170,177 ----
SELECT loread(fd, 36) FROM lotest_stash_values;
loread
! --------------------------------------------------
! 44\011144\011114abcdefghijklmnop9\011SNAAAA\011F
(1 row)
SELECT lo_close(fd) FROM lotest_stash_values;
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stefan Kaltenbrunner | 2007-01-23 14:21:13 | Re: msvc failure in largeobject regression test |
| Previous Message | Teodor Sigaev | 2007-01-23 14:10:56 | Re: 10 weeks to feature freeze (Pending Work) |