[COMMITTERS] pgsql: doc: Postgres -> PostgreSQL

2017-10-15 Thread Peter Eisentraut
doc: Postgres -> PostgreSQL Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/d8794fd7c337a2285f46b23d348c9826afff69eb Modified Files -- doc/src/sgml/ref/create_aggregate.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Restore nodeAgg.c's ability to check for improperly-nested aggre

2017-10-15 Thread Tom Lane
Restore nodeAgg.c's ability to check for improperly-nested aggregates. While poking around in the aggregate logic, I noticed that commit 8ed3f11bb broke the logic in nodeAgg.c that purports to detect nested aggregates, by moving initialization of regular aggregate argument expressions out of the c

[COMMITTERS] pgsql: Restore nodeAgg.c's ability to check for improperly-nested aggre

2017-10-15 Thread Tom Lane
Restore nodeAgg.c's ability to check for improperly-nested aggregates. While poking around in the aggregate logic, I noticed that commit 8ed3f11bb broke the logic in nodeAgg.c that purports to detect nested aggregates, by moving initialization of regular aggregate argument expressions out of the c