[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
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)
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:
--
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
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