Re: [COMMITTERS] pgsql: Clarify some error messages about duplicate things.

2007-06-03 Thread Tom Lane
[EMAIL PROTECTED] (Peter Eisentraut) writes: > Clarify some error messages about duplicate things. This patch missed updating the expected output for ecpg ... regards, tom lane ---(end of broadcast)--- TIP 4: Have you search

[COMMITTERS] pgsql: Clarify some error messages about duplicate things.

2007-06-03 Thread Peter Eisentraut
Log Message: --- Clarify some error messages about duplicate things. Modified Files: -- pgsql/src/backend/access/common: reloptions.c (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c.diff?r1=1.4&r2=1.5)

[COMMITTERS] pgsql: Remove description for: o -Add a GUC variable to control

2007-06-03 Thread Bruce Momjian
Log Message: --- Remove description for: o -Add a GUC variable to control the tablespace for temporary objects and sort files < < It could start with a random tablespace from a supplied list and < cycle through the list. < Modified Files: --

[COMMITTERS] pgsql: Create a GUC parameter temp_tablespaces that allows selection of

2007-06-03 Thread Tom Lane
Log Message: --- Create a GUC parameter temp_tablespaces that allows selection of the tablespace(s) in which to store temp tables and temporary files. This is a list to allow spreading the load across multiple tablespaces (a random list element is chosen each time a temp object is to be cr

[COMMITTERS] pg-migrator - src: Fixing pkglib problems, checking for libpq env.

2007-06-03 Thread User Korryd
Log Message: --- Fixing pkglib problems, checking for libpq env. variables, improving progress messages, copying shared-object into place Modified Files: -- src: pg_migrator.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg