postgresql/src
Fujii Masao 9a895462d9 Enhance pg_stat_wal_receiver view to display host and port of sender server.
Previously there was no way in the standby side to find out the host and port
of the sender server that the walreceiver was currently connected to when
multiple hosts and ports were specified in primary_conninfo. For that purpose,
this patch adds sender_host and sender_port columns into pg_stat_wal_receiver
view. They report the host and port that the active replication connection
currently uses.

Bump catalog version.

Author: Haribabu Kommi
Reviewed-by: Michael Paquier and me

Discussion: https://postgr.es/m/CAJrrPGcV_aq8=cdqkFhVDJKEnDQ70yRTTdY9RODzMnXNrCz2Ow@mail.gmail.com
2018-03-31 07:51:22 +09:00
..
backend Enhance pg_stat_wal_receiver view to display host and port of sender server. 2018-03-31 07:51:22 +09:00
bin C comments: "a" <--> "an" corrections 2018-03-29 15:18:53 -04:00
common restrict -> pg_restrict 2018-03-15 10:02:59 -03:00
fe_utils Add \if support to pgbench 2018-03-22 17:42:03 +03:00
include Enhance pg_stat_wal_receiver view to display host and port of sender server. 2018-03-31 07:51:22 +09:00
interfaces libpq: PQhost to return active connected host or hostaddr 2018-03-27 12:32:18 -04:00
makefiles Add inlining support to LLVM JIT provider. 2018-03-28 13:19:08 -07:00
pl Allow committing inside cursor loop 2018-03-28 19:03:26 -04:00
port Add an assertion that we don't pass NULL to snprintf("%s"). 2018-02-14 15:06:01 -05:00
template Force "restrict" not to be used when compiling with xlc. 2017-10-13 12:15:06 -07:00
test Enhance pg_stat_wal_receiver view to display host and port of sender server. 2018-03-31 07:51:22 +09:00
timezone Update time zone data files to tzdata release 2018c. 2018-01-27 16:42:28 -05:00
tools Attempt to fix jsonb_plpython build on Windows 2018-03-28 11:49:23 -04:00
tutorial Update copyright for 2018 2018-01-02 23:30:12 -05:00
.gitignore
DEVELOPERS
Makefile Basic JIT provider and error handling infrastructure. 2018-03-21 19:28:28 -07:00
Makefile.global.in Add inlining support to LLVM JIT provider. 2018-03-28 13:19:08 -07:00
Makefile.shlib Fix make rules that generate multiple output files. 2018-03-23 13:46:00 -04:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00