[COMMITTERS] pgsql: Correct description of PageHeaderData layout in documentation

2015-09-10 Thread Fujii Masao
Correct description of PageHeaderData layout in documentation Back-patch to 9.3 where PageHeaderData layout was changed. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a1b28885177aff123cafe5a7f694555af33ad4e9 Modified Files -- doc/src/s

[COMMITTERS] pgsql: Correct description of PageHeaderData layout in documentation

2015-09-10 Thread Fujii Masao
Correct description of PageHeaderData layout in documentation Back-patch to 9.3 where PageHeaderData layout was changed. Michael Paquier Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5b0317b5af58eb6ba42614104644589a0be7c569 Modified Files -- do

[COMMITTERS] pgsql: Correct description of PageHeaderData layout in documentation

2015-09-10 Thread Fujii Masao
Correct description of PageHeaderData layout in documentation Back-patch to 9.3 where PageHeaderData layout was changed. Michael Paquier Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/2176da70f84d89208eabe9094d20e9a8edd1b8a6 Modified Files -- do

[COMMITTERS] pgsql: Correct description of PageHeaderData layout in documentation

2015-09-10 Thread Fujii Masao
Correct description of PageHeaderData layout in documentation Back-patch to 9.3 where PageHeaderData layout was changed. Michael Paquier Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/907f3a94f1aa7122f87568455277934e03bb9d92 Modified Files -- do

[COMMITTERS] pgsql: doc: Spell checking

2015-09-10 Thread Peter Eisentraut
doc: Spell checking Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/683bfbdb99b4168652a7b536b0ccc7217de8ba36 Modified Files -- doc/src/sgml/backup.sgml |4 ++-- doc/src/sgml/brin.sgml|6 +++--- doc/src/sgml/catalo

[COMMITTERS] pgsql: doc: Spell checking

2015-09-10 Thread Peter Eisentraut
doc: Spell checking Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/103ef2021110e66c2b3b87af4b0a901683b0275e Modified Files -- doc/src/sgml/backup.sgml |4 ++-- doc/src/sgml/brin.sgml|6 +++--- doc/src/sgml/catalogs.sgml

[COMMITTERS] pgsql: Revert "Fix typo in setrefs.c"

2015-09-10 Thread Tom Lane
Revert "Fix typo in setrefs.c" This reverts commit 7f0ca9a33682a73c150f14baabdce2d973c6101a. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a3b420e6c84e47669fb5bc99036361cab03363e8 Modified Files -- src/backend/optimizer/plan/setrefs.c |2 +-

[COMMITTERS] pgsql: Fix setrefs.c comment properly.

2015-09-10 Thread Tom Lane
Fix setrefs.c comment properly. The "typo" alleged in commit 1e460d4bd was actually a comment that was correct when written, but I missed updating it in commit b5282aa89. Use a slightly less specific (and hopefully more future-proof) description of what is collected. Back-patch to 9.2 where that

[COMMITTERS] pgsql: Fix setrefs.c comment properly.

2015-09-10 Thread Tom Lane
Fix setrefs.c comment properly. The "typo" alleged in commit 1e460d4bd was actually a comment that was correct when written, but I missed updating it in commit b5282aa89. Use a slightly less specific (and hopefully more future-proof) description of what is collected. Back-patch to 9.2 where that

[COMMITTERS] pgsql: Fix setrefs.c comment properly.

2015-09-10 Thread Tom Lane
Fix setrefs.c comment properly. The "typo" alleged in commit 1e460d4bd was actually a comment that was correct when written, but I missed updating it in commit b5282aa89. Use a slightly less specific (and hopefully more future-proof) description of what is collected. Back-patch to 9.2 where that

[COMMITTERS] pgsql: Fix setrefs.c comment properly.

2015-09-10 Thread Tom Lane
Fix setrefs.c comment properly. The "typo" alleged in commit 1e460d4bd was actually a comment that was correct when written, but I missed updating it in commit b5282aa89. Use a slightly less specific (and hopefully more future-proof) description of what is collected. Back-patch to 9.2 where that

[COMMITTERS] pgsql: Fix setrefs.c comment properly.

2015-09-10 Thread Tom Lane
Fix setrefs.c comment properly. The "typo" alleged in commit 1e460d4bd was actually a comment that was correct when written, but I missed updating it in commit b5282aa89. Use a slightly less specific (and hopefully more future-proof) description of what is collected. Back-patch to 9.2 where that

[COMMITTERS] pgsql: Revert "Fix typo in setrefs.c"

2015-09-10 Thread Tom Lane
Revert "Fix typo in setrefs.c" This reverts commit 0473e047877ab9e51d5130bc14276b2308ed77a8. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6d36d7b63f298a335f495c579cdcde903b4e0645 Modified Files -- src/backend/optimizer/plan/setrefs.c |2 +-

[COMMITTERS] pgsql: Fix typo in setrefs.c

2015-09-10 Thread Stephen Frost
Fix typo in setrefs.c We're adding OIDs, not TIDs, to invalItems. Pointed out by Etsuro Fujita. Back-patch to all supported branches. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0473e047877ab9e51d5130bc14276b2308ed77a8 Modified Files -- src/

[COMMITTERS] pgsql: Fix typo in setrefs.c

2015-09-10 Thread Stephen Frost
Fix typo in setrefs.c We're adding OIDs, not TIDs, to invalItems. Pointed out by Etsuro Fujita. Back-patch to all supported branches. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/21a7c077b8278b64e54bfb7b24504a764d0c0167 Modified Files -- src/

[COMMITTERS] pgsql: Fix typo in setrefs.c

2015-09-10 Thread Stephen Frost
Fix typo in setrefs.c We're adding OIDs, not TIDs, to invalItems. Pointed out by Etsuro Fujita. Back-patch to all supported branches. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f4ea1b35d56e84d7eb387a0226f6eed32a8a6cb4 Modified Files -- src/

[COMMITTERS] pgsql: Fix typo in setrefs.c

2015-09-10 Thread Stephen Frost
Fix typo in setrefs.c We're adding OIDs, not TIDs, to invalItems. Pointed out by Etsuro Fujita. Back-patch to all supported branches. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/dc24b7fead6323f36608d57d73a28a5969d05954 Modified Files -- src/

[COMMITTERS] pgsql: Fix typo in setrefs.c

2015-09-10 Thread Stephen Frost
Fix typo in setrefs.c We're adding OIDs, not TIDs, to invalItems. Pointed out by Etsuro Fujita. Back-patch to all supported branches. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7f0ca9a33682a73c150f14baabdce2d973c6101a Modified Files -- src/

[COMMITTERS] pgsql: Fix typo in setrefs.c

2015-09-10 Thread Stephen Frost
Fix typo in setrefs.c We're adding OIDs, not TIDs, to invalItems. Pointed out by Etsuro Fujita. Back-patch to all supported branches. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9adaccab2a9e44cf53d2d5c2d3b780ac10e10a5f Modified Files -- src/

[COMMITTERS] pgsql: Fix typo in setrefs.c

2015-09-10 Thread Stephen Frost
Fix typo in setrefs.c We're adding OIDs, not TIDs, to invalItems. Pointed out by Etsuro Fujita. Back-patch to all supported branches. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1e460d4bd633462bdee34c61ad7c073aec0a941a Modified Files -- src/backend

[COMMITTERS] pgsql: Revert ed47666 and part of ef57b98

2015-09-10 Thread Stephen Frost
Revert ed47666 and part of ef57b98 This reverts ed47666, which ended up adding a second tempoary installation for all 'make check' runs, and reverts the part of ef57b98 that changed the TAP 'prove_check' section, which appears to have been unintentional to begin with on this branch. Analysis and