[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Magnus Hagander
Fix typo in comment Author: Masahiko Sawada Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f0415a30e0bd56c9badecf097e8568ec1b3e3b0e Modified Files -- src/backend/catalog/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pg

[COMMITTERS] pgsql: Update comment to account for table partitioning.

2017-06-22 Thread Robert Haas
Update comment to account for table partitioning. Ashutosh Bapat and Amit Langote Discussion: http://postgr.es/m/CAFjFpRcG_NaAv6cDHD-9VfGdvB8maAtSfB=ftqr5+kxp2_s...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1300276042f9c4b9db10825f0b4431da423e

[COMMITTERS] pgsql: psql: Restore alphabetical order in words_after_create.

2017-06-22 Thread Robert Haas
psql: Restore alphabetical order in words_after_create. Rushabh Lathia Discussion: http://postgr.es/m/CAGPqQf3yKG0Eo04ePfLPG_-KTo=7zkxbgdvuwfsgn35y3sg...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/da6bf130750dec5bcaab0696b00c513c17b14ff9 Modif

[COMMITTERS] pgsql: postgres_fdw: Move function prototype to correct section.

2017-06-22 Thread Robert Haas
postgres_fdw: Move function prototype to correct section. Etsuro Fujita, reviewed by Ashutosh Bapat. Discussion: http://postgr.es/m/93a9c487-9920-a38f-da96-503422c50...@lab.ntt.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2c77903b2bfba01f159138ba34b95d4b4

[COMMITTERS] pgsql: Fix IF NOT EXISTS in CREATE STATISTICS

2017-06-22 Thread Alvaro Herrera
Fix IF NOT EXISTS in CREATE STATISTICS I misplaced the IF NOT EXISTS clause in commit 7b504eb282, before the word STATISTICS. Put it where it belongs. Patch written independently by Amit Langote and myself. I adopted his submitted test case with a slight edit also. Reported-by: Bruno Wolff III

[COMMITTERS] pgsql: Update out-of-date comment in vacuumlazy.c

2017-06-22 Thread Robert Haas
Update out-of-date comment in vacuumlazy.c Commit 15c121b3ed7eb2f290e19533e41ccca734d23574 seems to have overlooked the need to trim this part of the comment. Pavan Deolasee Discussion: http://postgr.es/m/CABOikdPq_9+cWRNZ0RLKTwuZyj=uL85X=usifa-cbpee1zc...@mail.gmail.com Branch -- master

[COMMITTERS] pgsql: Fix autovacuum launcher attachment to its DSA

2017-06-22 Thread Alvaro Herrera
Fix autovacuum launcher attachment to its DSA The autovacuum launcher doesn't actually do anything with its DSA other than creating it and attaching to it, but it's been observed that after longjmp'ing to the standard error handling block (for example after getting SIGINT) the autovacuum enters an

[COMMITTERS] pgsql: Document partitioned_rels in create_modifytable_path header comm

2017-06-22 Thread Robert Haas
Document partitioned_rels in create_modifytable_path header comment. Etsuro Fujita, slightly adjusted by me. Discussion: http://postgr.es/m/e87c4a6d-23d7-5e7c-e8db-44ed418eb...@lab.ntt.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6af9f1bd4bcbb0de15e826205

[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment Once upon a time, WAL pointers could be NULL, but no longer. We talk about "valid" now. Reported-by: Amit Langote Discussion: https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/co

[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment Once upon a time, WAL pointers could be NULL, but no longer. We talk about "valid" now. Reported-by: Amit Langote Discussion: https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/co

[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment Once upon a time, WAL pointers could be NULL, but no longer. We talk about "valid" now. Reported-by: Amit Langote Discussion: https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp Branch -- master Details --- https://git.postgresql.org/pg/commitdif

[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment Once upon a time, WAL pointers could be NULL, but no longer. We talk about "valid" now. Reported-by: Amit Langote Discussion: https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/co

[COMMITTERS] pgsql: Fix typo in comment

2017-06-22 Thread Alvaro Herrera
Fix typo in comment Once upon a time, WAL pointers could be NULL, but no longer. We talk about "valid" now. Reported-by: Amit Langote Discussion: https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98ea...@lab.ntt.co.jp Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/co

[COMMITTERS] pgsql: Fix typos in README.dependencies

2017-06-22 Thread Alvaro Herrera
Fix typos in README.dependencies There was a logic error in a formula, reported by Atsushi Torokoshi. Ashutosh Bapat furthermore recommended to change notation for a variable that was re-using a letter from a previous formula, though his proposed patch contained a small error in attributing what t