[COMMITTERS] pgsql: Fix factual and grammatical errors in comments for struct _table

2015-12-24 Thread Tom Lane
Fix factual and grammatical errors in comments for struct _tableInfo. Amit Langote, further adjusted by me Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/96cd61a16958d3a64da697c3ef31eee5e10141a0 Modified Files -- src/bin/pg_dump/pg_dump.h | 10 +--

[COMMITTERS] pgsql: Docs typo fix.

2015-12-24 Thread Tom Lane
Docs typo fix. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bee172fcd586bccd3a3ba067592d639b7600aa04 Modified Files -- doc/src/sgml/ref/pg_rewind.sgml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committ

[COMMITTERS] pgsql: Fix factual and grammatical errors in comments for struct _table

2015-12-24 Thread Tom Lane
Fix factual and grammatical errors in comments for struct _tableInfo. Amit Langote, further adjusted by me Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/84b363fb3476f5c5b3bb159d457aaf9966ba6b2d Modified Files -- src/bin/pg_dump/pg_dump.h | 10

[COMMITTERS] pgsql: Fix factual and grammatical errors in comments for struct _table

2015-12-24 Thread Tom Lane
Fix factual and grammatical errors in comments for struct _tableInfo. Amit Langote, further adjusted by me Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/c03e44245009846d4d8c162630014d35edd0537f Modified Files -- src/bin/pg_dump/pg_dump.h | 10

[COMMITTERS] pgsql: Fix factual and grammatical errors in comments for struct _table

2015-12-24 Thread Tom Lane
Fix factual and grammatical errors in comments for struct _tableInfo. Amit Langote, further adjusted by me Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/70ff73717004912a27506f31ef3c6aef77d64708 Modified Files -- src/bin/pg_dump/pg_dump.h | 10

[COMMITTERS] pgsql: Docs: fix erroneously-given function name.

2015-12-24 Thread Tom Lane
Docs: fix erroneously-given function name. pg_replication_session_is_setup() exists nowhere; apparently this is meant to refer to pg_replication_origin_session_is_setup(). Adrien Nayrat Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/71dd092c0177af14a00bbb18a8aebbed

[COMMITTERS] pgsql: Docs: fix erroneously-given function name.

2015-12-24 Thread Tom Lane
Docs: fix erroneously-given function name. pg_replication_session_is_setup() exists nowhere; apparently this is meant to refer to pg_replication_origin_session_is_setup(). Adrien Nayrat Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0bdcb04c7d9c72bf9071b4a3d

[COMMITTERS] pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui

2015-12-24 Thread Tom Lane
Remove unnecessary row ordering dependency in pg_rewind test suite. t/002_databases.pl was expecting to see a specific physical order of the rows in pg_database. I broke that in HEAD with commit 01e386a325549b77, but I'd say it's a pretty fragile test methodology in any case, so fix it in 9.5 as

[COMMITTERS] pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui

2015-12-24 Thread Tom Lane
Remove unnecessary row ordering dependency in pg_rewind test suite. t/002_databases.pl was expecting to see a specific physical order of the rows in pg_database. I broke that in HEAD with commit 01e386a325549b77, but I'd say it's a pretty fragile test methodology in any case, so fix it in 9.5 as