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 +--
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
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
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
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
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
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
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
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