[COMMITTERS] pgsql: Update Python version information

2010-06-11 Thread Peter Eisentraut
Log Message: --- Update Python version information Modified Files: -- pgsql/src/pl/plpython/expected: README (r1.6 -> r1.7) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/README?r1=1.6&r2=1.7) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Add a regression test case for bug #5497

2010-06-11 Thread Peter Eisentraut
Log Message: --- Add a regression test case for bug #5497 Modified Files: -- pgsql/src/pl/plpython/expected: plpython_types.out (r1.6 -> r1.7) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_types.out?r1=1.6&r2=1.7)

[COMMITTERS] pgsql: Add missing 'Z' letter to getopt_long call --- the newly added

2010-06-11 Thread Tom Lane
Log Message: --- Add missing 'Z' letter to getopt_long call --- the newly added --analyze-only switch did not work in its short form -Z. Josh Berkus Modified Files: -- pgsql/src/bin/scripts: vacuumdb.c (r1.37 -> r1.38) (http://anoncvs.postgresql.org/cvsweb

[COMMITTERS] pgbouncer - pgbouncer: Ignore application_name startup parameter.

2010-06-11 Thread User Mkz
Log Message: --- Ignore application_name startup parameter. Postgres 9.0 tools will set it automatically, without users request. Modified Files: -- pgbouncer/src: client.c (r1.29 -> r1.30) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/sr