[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment. Daniel Gustafsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2df537e43fdc432cccbe64de166ac97363cbca3c Modified Files -- src/backend/utils/adt/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-comm

[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment. Daniel Gustafsson Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/edd8c79e697850d94af1576f14a4f2352cd1634c Modified Files -- src/backend/utils/adt/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgs

[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment. Daniel Gustafsson Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/46498d227703f93508044511e40e7cb7d599d2a3 Modified Files -- src/backend/utils/adt/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgs

[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment. Daniel Gustafsson Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/440d7de0a6966b418592877dd93b9972bef44efe Modified Files -- src/backend/utils/adt/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgs

[COMMITTERS] pgsql: Fix typo in comment.

2017-05-18 Thread Heikki Linnakangas
Fix typo in comment. Daniel Gustafsson Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/dbf71771befac89cd38df3cd03c15172836a0e13 Modified Files -- src/backend/utils/adt/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgs

[COMMITTERS] pgsql: Don't explicitly mark range partitioning columns NOT NULL.

2017-05-18 Thread Robert Haas
Don't explicitly mark range partitioning columns NOT NULL. This seemed like a good idea originally because there's no way to mark a range partition as accepting NULL, but that now seems more like a current limitation than something we want to lock down for all time. For example, there's a proposal

[COMMITTERS] pgsql: Make slab allocator work on platforms with MAXIMUM_ALIGNOF < siz

2017-05-18 Thread Heikki Linnakangas
Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int). Notably, m68k only needs 2-byte alignment. Per report from Christoph Berg. Discussion: https://www.postgresql.org/message-id/[email protected] Branch -- master Details --- https://git.p

[COMMITTERS] pgsql: doc: Fix ALTER SUBSCRIPTION option syntax synopsis

2017-05-18 Thread Peter Eisentraut
doc: Fix ALTER SUBSCRIPTION option syntax synopsis Author: Masahiko Sawada Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f4205c4c1fcfc88d0c3885c160f24873bcbcc04d Modified Files -- doc/src/sgml/ref/alter_subscription.sgml | 4 ++-- 1 file changed, 2 in