Re: [COMMITTERS] pgsql: Improve plural handling in error message

2017-08-23 Thread Tom Lane
Peter Eisentraut writes: > Improve plural handling in error message You missed at least one expected-file update, see https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=frogmouth&dt=2017-08-24%2002%3A30%3A24 regards, tom lane -- Sent via pgsql-committers mailing l

Re: [COMMITTERS] pgsql: Push limit through subqueries to underlying sort, where possible

2017-08-23 Thread Robert Haas
On Wed, Aug 23, 2017 at 5:55 PM, Andres Freund wrote: > On 2017-08-21 18:42:56 +, Robert Haas wrote: >> Push limit through subqueries to underlying sort, where possible. >> >> Douglas Doole, reviewed by Ashutosh Bapat and by me. Minor formatting >> change by me. >> >> Discussion: >> http://p

Re: [COMMITTERS] pgsql: Push limit through subqueries to underlying sort, where possible

2017-08-23 Thread Andres Freund
On 2017-08-21 18:42:56 +, Robert Haas wrote: > Push limit through subqueries to underlying sort, where possible. > > Douglas Doole, reviewed by Ashutosh Bapat and by me. Minor formatting > change by me. > > Discussion: > http://postgr.es/m/cade5jyluugneeusyw6q_4mzfytxhxavcqmgasf0yiy8zdgg...

[COMMITTERS] pgsql: Update code comment for temporary replication slots

2017-08-23 Thread Peter Eisentraut
Update code comment for temporary replication slots Reported-by: Alvaro Herrera Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d51b0872bf9a71d9585ca13bbf1f9463d9c61182 Modified Files -- src/include/replication/slot.h | 8 ++-- 1 file changed

[COMMITTERS] pgsql: Update code comment for temporary replication slots

2017-08-23 Thread Peter Eisentraut
Update code comment for temporary replication slots Reported-by: Alvaro Herrera Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/6d242ee980193f29618aa899eb61f67a953bd712 Modified Files -- src/include/replication/slot.h | 8 ++-- 1 file changed, 6 ins

[COMMITTERS] pgsql: Fix outdated comment

2017-08-23 Thread Peter Eisentraut
Fix outdated comment Author: Thomas Munro Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/fe4c6582465719efc7534ae184fcc4b9dd6b1660 Modified Files -- src/backend/storage/lmgr/predicate.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-

[COMMITTERS] pgsql: Fix outdated comment

2017-08-23 Thread Peter Eisentraut
Fix outdated comment Author: Thomas Munro Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/da19c32c6b7dd7d0ff5814538adf5aaa665848a1 Modified Files -- src/backend/storage/lmgr/predicate.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-

[COMMITTERS] pgsql: Fix outdated comment

2017-08-23 Thread Peter Eisentraut
Fix outdated comment Author: Thomas Munro Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0cd9071130832d051048e051c00d93819436800c Modified Files -- src/backend/storage/lmgr/predicate.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-

[COMMITTERS] pgsql: Fix outdated comment

2017-08-23 Thread Peter Eisentraut
Fix outdated comment Author: Thomas Munro Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1e1b01cd1632a7d768fb8c86c95cf3ec82dc58da Modified Files -- src/backend/storage/lmgr/predicate.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) --

[COMMITTERS] pgsql: Fix outdated comment

2017-08-23 Thread Peter Eisentraut
Fix outdated comment Author: Thomas Munro Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6bd9c1bc9bb4af8d79da0e9581b70c89119fbb6f Modified Files -- src/backend/storage/lmgr/predicate.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-

[COMMITTERS] pgsql: Improve plural handling in error message

2017-08-23 Thread Peter Eisentraut
Improve plural handling in error message This does not use the normal plural handling, because no numbers appear in the actual message. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/237a0b87b1dc90f8789aa5441a2a11e67f46c96e Modified Files -- src/backen

[COMMITTERS] pgsql: Tweak some SCRAM error messages and code comments

2017-08-23 Thread Peter Eisentraut
Tweak some SCRAM error messages and code comments Clarify/correct some error messages, fix up some code comments that confused SASL and SCRAM, and other minor fixes. No changes in functionality. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/85f4d6393da2ed2ad3ec49

[COMMITTERS] pgsql: Tweak some SCRAM error messages and code comments

2017-08-23 Thread Peter Eisentraut
Tweak some SCRAM error messages and code comments Clarify/correct some error messages, fix up some code comments that confused SASL and SCRAM, and other minor fixes. No changes in functionality. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8bf94694691d118

[COMMITTERS] pgsql: Fix translation marker

2017-08-23 Thread Peter Eisentraut
Fix translation marker This was erroneously removed in 55a70a023c3daefca9bbd68bfbe6862af10ab479. Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6bf4dca8f62c8ed222089ca729cb8ca468acfef1 Modified Files -- src/backend/commands/vacuumlazy.c | 2 +- 1

[COMMITTERS] pgsql: Fix translation marker

2017-08-23 Thread Peter Eisentraut
Fix translation marker This was erroneously removed in 55a70a023c3daefca9bbd68bfbe6862af10ab479. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5e87f7b1d7079fcbbdb03c1ad02a3e40b2202e3e Modified Files -- src/backend/commands/vacuumlazy.c | 2 +- 1

[COMMITTERS] pgsql: Fix translation marker

2017-08-23 Thread Peter Eisentraut
Fix translation marker This was erroneously removed in 55a70a023c3daefca9bbd68bfbe6862af10ab479. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/562ac271931684207009ac9fcc4d7e5d3ba9cb0c Modified Files -- src/backend/commands/vacuumlazy.c | 2 +- 1

[COMMITTERS] pgsql: Fix translation marker

2017-08-23 Thread Peter Eisentraut
Fix translation marker This was erroneously removed in 55a70a023c3daefca9bbd68bfbe6862af10ab479. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/580ddcec3943216b281c56e3c7fc933fdcf850f4 Modified Files -- src/backend/commands/vacuumlazy.c | 2 +- 1 file c