pg_regress: paths in largeobject test

From: Jorgen Austvik - Sun Norway <Jorgen(dot)Austvik(at)Sun(dot)COM>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: pg_regress: paths in largeobject test
Date: 2007-11-29 12:04:22
Message-ID: 474EAAC6.4040003@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi,

the largeobject test does this:

137 SELECT lo_export(loid, '@abs_builddir@/results/lotest.txt') <snip>
138
139 \lo_import 'results/lotest.txt'
140
141 \set newloid :LASTOID
142
143 -- just make sure \lo_export does not barf
144 \lo_export :newloid 'results/lotest2.txt'

I believe the results paths in line 139 and 144 are missing the
@abs_builddir@ qualifier.

The attached patch has been tested with "make check" and by running
pg_regress outside the PostgreSQL source tree, both on Solaris 11, x86.

-J
--

Jørgen Austvik, Software Engineering - QA
Sun Microsystems Database Technology Group

Attachment Content-Type Size
pg_regress_largeobject_path.patch text/x-patch 3.7 KB
jorgen.austvik.vcf text/x-vcard 391 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message hubert depesz lubaczewski 2007-11-29 12:17:04 Re: [HACKERS] [GENERAL] plperl and regexps with accented characters - incompatible?
Previous Message Joshua D. Drake 2007-11-29 06:41:54 Re: [PATCHES] Partition: use triggers instead of rules