View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 05:56 AM
Tom Lane
 
Posts: n/a
Default Re: [PATCHES] large object regression tests

Jeremy Drake <psql@jdrake.com> writes:
> I just tried using the \lo_import command in a regression test, and I
> think I figured out why this will not work:
> ...
> Yes, that's the large object OID in the output there, and it is different
> each run (as I expect).


Right. I'd suggest temporarily setting ECHO off to hide the
unpredictable part of the output. There are similar measures taken in
many of the contrib tests.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote