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.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2008-10-02 12:37:59 |
| Subject: Re: FSM rewrite committed, loose ends |
| Previous: | From: Hitoshi Harada | Date: 2008-10-02 12:13:44 |
| Subject: Re: Common Table Expressions (WITH RECURSIVE) patch |
pgsql-committers by date
| Next: | From: Peter Eisentraut | Date: 2008-10-02 13:19:53 |
| Subject: Re: Re: [COMMITTERS] pgsql: Allow pg_regress to be run
outside the build tree. |
| Previous: | From: Tom Lane | Date: 2008-10-02 12:25:26 |
| Subject: pgsql: Partial fix for contrib vpath breakage. |