Re: [COMMITTERS] pgsql: Fix typos in comments.

2014-07-07 Thread Fujii Masao
On Mon, Jul 7, 2014 at 10:01 PM, Andrew Dunstan wrote: > > On 07/07/2014 06:56 AM, Fujii Masao wrote: >> >> Fix typos in comments. >> >> Branch >> -- >> master >> >> Details >> --- >> >> http://git.postgresql.org/pg/commitdiff/4cbd12832839830fe58bb5d9d4ba7e2ec84952ce >> >> Modified Files >

[COMMITTERS] pgsql: Fix typo in comment.

2014-07-07 Thread Fujii Masao
Fix typo in comment. This typo was accidentally added by recent commit 4cbd128. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6048896e4c9679cba89242d77f02ceba01c791d1 Modified Files -- src/bin/pg_basebackup/receivelog.c |2 +- 1 file changed, 1 inse

[COMMITTERS] pgsql: In pg_dump, show server and pg_dump versions with or without --v

2014-07-07 Thread Tom Lane
In pg_dump, show server and pg_dump versions with or without --verbose. We used to print this information only in verbose mode, but it's argued that it's useful enough to print always; one reason being that this provides some documentation about which Postgres versions the dump is meant to reload

[COMMITTERS] pgsql: pg_upgrade: allow upgrades for new-only TOAST tables

2014-07-07 Thread Bruce Momjian
pg_upgrade: allow upgrades for new-only TOAST tables Previously, when calculations on the need for toast tables changed, pg_upgrade could not handle cases where the new cluster needed a TOAST table and the old cluster did not. (It already handled the opposite case.) This fixes the "OID mismatch"

[COMMITTERS] pgsql: pg_upgrade: allow upgrades for new-only TOAST tables

2014-07-07 Thread Bruce Momjian
pg_upgrade: allow upgrades for new-only TOAST tables Previously, when calculations on the need for toast tables changed, pg_upgrade could not handle cases where the new cluster needed a TOAST table and the old cluster did not. (It already handled the opposite case.) This fixes the "OID mismatch"

[COMMITTERS] pgsql: pg_upgrade: allow upgrades for new-only TOAST tables

2014-07-07 Thread Bruce Momjian
pg_upgrade: allow upgrades for new-only TOAST tables Previously, when calculations on the need for toast tables changed, pg_upgrade could not handle cases where the new cluster needed a TOAST table and the old cluster did not. (It already handled the opposite case.) This fixes the "OID mismatch"

[COMMITTERS] pgsql: pg_upgrade: allow upgrades for new-only TOAST tables

2014-07-07 Thread Bruce Momjian
pg_upgrade: allow upgrades for new-only TOAST tables Previously, when calculations on the need for toast tables changed, pg_upgrade could not handle cases where the new cluster needed a TOAST table and the old cluster did not. (It already handled the opposite case.) This fixes the "OID mismatch"

Re: [COMMITTERS] pgsql: Fix typos in comments.

2014-07-07 Thread Andrew Dunstan
On 07/07/2014 06:56 AM, Fujii Masao wrote: Fix typos in comments. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4cbd12832839830fe58bb5d9d4ba7e2ec84952ce Modified Files -- src/backend/tcop/postgres.c|2 +- src/bin/pg_basebackup/receivelog.c

[COMMITTERS] pgsql: Fix typos in comments.

2014-07-07 Thread Fujii Masao
Fix typos in comments. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4cbd12832839830fe58bb5d9d4ba7e2ec84952ce Modified Files -- src/backend/tcop/postgres.c|2 +- src/bin/pg_basebackup/receivelog.c |2 +- src/include/postgres.h