[COMMITTERS] pgpool - pgpool: version 2.6.1.

2005-07-17 Thread User T-ishii
Log Message: --- version 2.6.1. See README for more detailed changes. Modified Files: -- pgpool: ChangeLog (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/ChangeLog.diff?r1=1.5&r2=1.6) NEWS (r1.5 -> r1.6) (http://c

[COMMITTERS] python - be: Reorder initialization process.

2005-07-17 Thread James William Pye
Log Message: --- Reorder initialization process. Don't import everything on _init. Helps with portability to not rely on it so heavily. Also, the new style allows for more incremental initialization that gives the user the ability to attempt fixes between attempts. (tho, unlikely to occur o

[COMMITTERS] pgbuildfarm - client-code: add Tom Lane's warning regarding 5 digit

2005-07-17 Thread User Andrewd
Log Message: --- add Tom Lane's warning regarding 5 digit port numbers. Modified Files: -- client-code: build-farm.conf (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-farm.conf.diff?r1=1.12&r2=1.13) ---

[COMMITTERS] pgsql: Make pg_regress accept a command-line option for the temporary

2005-07-17 Thread Tom Lane
Log Message: --- Make pg_regress accept a command-line option for the temporary installation's port number, and use a default value for it that is dependent on the configuration-time DEF_PGPORT. Should make the world safe for running parallel 'make check' in different branches. Back-patch

[COMMITTERS] pgsql: Make pg_regress accept a command-line option for the temporary

2005-07-17 Thread Tom Lane
Log Message: --- Make pg_regress accept a command-line option for the temporary installation's port number, and use a default value for it that is dependent on the configuration-time DEF_PGPORT. Should make the world safe for running parallel 'make check' in different branches. Back-patch

[COMMITTERS] pgsql: Make pg_regress accept a command-line option for the temporary

2005-07-17 Thread Tom Lane
Log Message: --- Make pg_regress accept a command-line option for the temporary installation's port number, and use a default value for it that is dependent on the configuration-time DEF_PGPORT. Should make the world safe for running parallel 'make check' in different branches. Back-patch

[COMMITTERS] pgsql: Looks like cube_1 variant is also needed in 7.3 branch.

2005-07-17 Thread Tom Lane
Log Message: --- Looks like cube_1 variant is also needed in 7.3 branch. (Don't bother adding it in 7.2, though, since pg_regress doesn't have the capability to use it that far back. Tags: REL7_3_STABLE Added Files: --- pgsql/contrib/cube/expected: cube_1.out (r1.

[COMMITTERS] pgsql: Adjust alter_table regression test to avoid conflicts with

2005-07-17 Thread Tom Lane
Log Message: --- Adjust alter_table regression test to avoid conflicts with rangefuncs and prepare tests, which cause intermittent failures in parallel test mode. Back-port of fix originally applied to 8.0 and 7.4 branches; the problems do not appear to exist in 7.2 branch but they do occu

[COMMITTERS] pgbuildfarm - client-code: branches before 7.3 didn't have --no-locale

2005-07-17 Thread User Andrewd
Log Message: --- branches before 7.3 didn't have --no-locale - per Kris Jurka. Modified Files: -- client-code: run_build.pl (r1.34 -> r1.35) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.34&r2=1.35) -