[COMMITTERS] pgsql: Clarify that COPY FREEZE is not a hard rule.

2012-12-07 Thread Simon Riggs
Clarify that COPY FREEZE is not a hard rule. Remove message when FREEZE not honoured, clarify reasons in comments and docs. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1eb6cee499d19fc9204e059ba37fc2dac32e2f25 Modified Files -- doc/src/sgml/ref/copy.sg

[COMMITTERS] pgsql: Optimize COPY FREEZE with CREATE TABLE also.

2012-12-07 Thread Simon Riggs
Optimize COPY FREEZE with CREATE TABLE also. Jeff Davis, additional test by me Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1f023f929702efc9fd4230267b0f0e8d72ba5067 Modified Files -- src/backend/commands/copy.c |3 ++- src/test/regress/expe

[COMMITTERS] pgsql: Correct xmax test for COPY FREEZE

2012-12-07 Thread Simon Riggs
Correct xmax test for COPY FREEZE Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ef754fb51b8a40c3b3dc0f3cc42f62eff77649db Modified Files -- src/test/regress/expected/copy2.out | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) -- Sent

Re: [COMMITTERS] pgsql: Correct xmax test for COPY FREEZE

2012-12-07 Thread Simon Riggs
On 7 December 2012 14:19, Simon Riggs wrote: > Correct xmax test for COPY FREEZE It seems I have a script problem at the root cause of this error. -- Simon Riggs http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- Sent via pgsql-commi

[COMMITTERS] pgsql: Improve pg_upgrade's status display

2012-12-07 Thread Bruce Momjian
Improve pg_upgrade's status display Pg_upgrade displays file names during copy and database names during dump/restore. Andrew Dunstan identified three bugs: * long file names were being truncated to 60 _leading_ characters, which often do not change for long file names * file names were tr