Re: pg_regress inputdir - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pg_regress inputdir
Date
Msg-id 20080911153433.GE9492@alvh.no-ip.org
Whole thread Raw
In response to pg_regress inputdir  (Jorgen Austvik - Sun Norway <Jorgen.Austvik@Sun.COM>)
Responses Re: pg_regress inputdir  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Jorgen Austvik - Sun Norway wrote:

> The attached patch makes pg_regress write converted files to  
> <inputdir>/sql and <inputdir>/expected, which is one way to make it read  
> and write to the same directory. Tested on Solaris x86 with pgsql "make  
> check" and standalone.

Okay, so this patch does change it in a way that it still works, but
what else do you need to be able to run the test from another directory?
I tried to run the test from another directory with this patch
installed, and found that it didn't work because it's replacing
@abs_builddir@ in the input files improperly (to the current path; it
should be using the output dir path, I think)

So maybe this is a step in the right direction, but ISTM you need a
slightly larger patch for it to be actually useful.

If I am not making sense, then maybe I am not understanding what you
mean by running it standalone.  In that case, please explain.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Synchronous Log Shipping Replication
Next
From: Tom Lane
Date:
Subject: Re: Synchronous Log Shipping Replication