[COMMITTERS] pgsql: doc: Small wording change for clarity

2016-05-12 Thread Peter Eisentraut
doc: Small wording change for clarity From: Martín Marqués Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/122b99478a7baa3a8deb03938ea5ae15a1ad7584 Modified Files -- doc/src/sgml/plpgsql.sgml | 2 +- doc/src/sgml/ref/create_function.sgml | 2

[COMMITTERS] pgsql: doc: Document default of max_worker_processes

2016-05-12 Thread Peter Eisentraut
doc: Document default of max_worker_processes found by David G. Johnston Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/83b8ee87541c82505a85476024c1a4d50452a697 Modified Files -- doc/src/sgml/config.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 delet

[COMMITTERS] pgsql: Fix obsolete comment

2016-05-12 Thread Alvaro Herrera
Fix obsolete comment Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/21ef195340bf37cb55383f6fdfe33609f5003a27 Modified Files -- src/backend/access/heap/heapam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committer

[COMMITTERS] pgsql: Fix obsolete comment

2016-05-12 Thread Alvaro Herrera
Fix obsolete comment Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bdb9e3dc1da95bdfc28deb43914ff5f082bd9043 Modified Files -- src/backend/access/heap/heapam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers maili

[COMMITTERS] pgsql: Fix obsolete comment

2016-05-12 Thread Alvaro Herrera
Fix obsolete comment Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6e6e4f1659eadb4e50458a357e5c134e0be46e99 Modified Files -- src/backend/access/heap/heapam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committer

[COMMITTERS] pgsql: Fix obsolete comment

2016-05-12 Thread Alvaro Herrera
Fix obsolete comment Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/627dcb6e42d2fd67ac1e2fb7cb8071d244697a53 Modified Files -- src/backend/access/heap/heapam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committer

[COMMITTERS] pgsql: Fix bogus comments

2016-05-12 Thread Alvaro Herrera
Fix bogus comments Some comments mentioned XLogReplayBuffer, but there's no such function: that was an interim name for a function that got renamed to XLogReadBufferForRedo, before commit 2c03216d831160 was pushed. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/cca2

[COMMITTERS] pgsql: Fix bogus comments

2016-05-12 Thread Alvaro Herrera
Fix bogus comments Some comments mentioned XLogReplayBuffer, but there's no such function: that was an interim name for a function that got renamed to XLogReadBufferForRedo, before commit 2c03216d831160 was pushed. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdi

[COMMITTERS] pgsql: Ensure plan stability in contrib/btree_gist regression test.

2016-05-12 Thread Tom Lane
Ensure plan stability in contrib/btree_gist regression test. Buildfarm member skink failed with symptoms suggesting that an auto-analyze had happened and changed the plan displayed for a test query. Although this is evidently of low probability, regression tests that sometimes fail are no fun, so

[COMMITTERS] pgsql: Ensure plan stability in contrib/btree_gist regression test.

2016-05-12 Thread Tom Lane
Ensure plan stability in contrib/btree_gist regression test. Buildfarm member skink failed with symptoms suggesting that an auto-analyze had happened and changed the plan displayed for a test query. Although this is evidently of low probability, regression tests that sometimes fail are no fun, so

[COMMITTERS] pgsql: Ensure plan stability in contrib/btree_gist regression test.

2016-05-12 Thread Tom Lane
Ensure plan stability in contrib/btree_gist regression test. Buildfarm member skink failed with symptoms suggesting that an auto-analyze had happened and changed the plan displayed for a test query. Although this is evidently of low probability, regression tests that sometimes fail are no fun, so

[COMMITTERS] pgsql: Ensure plan stability in contrib/btree_gist regression test.

2016-05-12 Thread Tom Lane
Ensure plan stability in contrib/btree_gist regression test. Buildfarm member skink failed with symptoms suggesting that an auto-analyze had happened and changed the plan displayed for a test query. Although this is evidently of low probability, regression tests that sometimes fail are no fun, so

[COMMITTERS] pgsql: Ensure plan stability in contrib/btree_gist regression test.

2016-05-12 Thread Tom Lane
Ensure plan stability in contrib/btree_gist regression test. Buildfarm member skink failed with symptoms suggesting that an auto-analyze had happened and changed the plan displayed for a test query. Although this is evidently of low probability, regression tests that sometimes fail are no fun, so

[COMMITTERS] pgsql: Ensure plan stability in contrib/btree_gist regression test.

2016-05-12 Thread Tom Lane
Ensure plan stability in contrib/btree_gist regression test. Buildfarm member skink failed with symptoms suggesting that an auto-analyze had happened and changed the plan displayed for a test query. Although this is evidently of low probability, regression tests that sometimes fail are no fun, so