Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> vpath build should be fixed now. MSVC will need to update the
>> pg_regress call sites, but I'll leave that to those maintaining that
>> build system. In particular, the --dlpath option needs to be added.
>
> contrib is still pretty broken. One part of it is needing a --srcdir
> option in pgxs.mk, which I fixed. But some of the modules still
> fail --- it looks like the problem is with the ones having data/
> subdirectories. You seem to have taken out the copying of the data
> files into the vpath build tree, but I think you might have to
> put it back.
I think the right fix would be to convert those .sql files to
input/*.source files and have pg_regress substitute the absolute
directory names in them, like it is done for the backend.
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2008-10-02 13:28:24 |
| Subject: Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. |
| Previous: | From: Jonah H. Harris | Date: 2008-10-02 13:12:16 |
| Subject: Re: Block-level CRC checks |
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2008-10-02 13:28:24 |
| Subject: Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. |
| Previous: | From: Tom Lane | Date: 2008-10-02 12:27:47 |
| Subject: Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run outside the build tree. |