[COMMITTERS] pgsql: Fix typo in comment.

2016-07-06 Thread Fujii Masao
Fix typo in comment. Author: Masahiko Sawada Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1109164913caf7fa64e75e0b9fa64f7ba5fe5753 Modified Files -- src/backend/utils/adt/jsonb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsq

[COMMITTERS] pgsql: doc: Fix option order in man pages and fix typos

2016-07-06 Thread Peter Eisentraut
doc: Fix option order in man pages and fix typos Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9b7bb106e023ced822d5ed4846d445737e54e118 Modified Files -- doc/src/sgml/ref/pg_dump.sgml| 39 ++- doc/src/sgml/ref/pg_r

[COMMITTERS] pgsql: Fix typos

2016-07-06 Thread Peter Eisentraut
Fix typos Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/397bf6eed81bfaacb84065b912a8968a179b4166 Modified Files -- src/backend/utils/misc/postgresql.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mai

[COMMITTERS] pgsql: Rename pg_stat_wal_receiver.conn_info to conninfo.

2016-07-06 Thread Fujii Masao
Rename pg_stat_wal_receiver.conn_info to conninfo. Per discussion on pgsql-hackers, conninfo is better as the column name because it's more commonly used in PostgreSQL. Catalog version bumped due to the change of pg_proc. Author: Michael Paquier Branch -- master Details --- http://git.