View Single Post

   
  #1 (permalink)  
Old 04-12-2008, 07:35 AM
Magnus Hagander
 
Posts: n/a
Default msvc failure in largeobject regression test

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\01 13\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\011S NAAAA\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\011 1
(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;

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote