]> granicus.if.org Git - postgresql/commit
Add conninfo to pg_stat_wal_receiver
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 29 Jun 2016 20:57:17 +0000 (16:57 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 29 Jun 2016 20:57:17 +0000 (16:57 -0400)
commit9ed551e0a4fdb046d8e5ea779adfd3e184d5dc0d
tree0aa3d6ae81f2a81fea0ec315a7a3299318d962bb
parentb32e63506cfec8c8bd3237ec5043de7414564d10
Add conninfo to pg_stat_wal_receiver

Commit b1a9bad9e744 introduced a stats view to provide insight into the
running WAL receiver, but neglected to include the connection string in
it, as reported by Michaël Paquier.  This commit fixes that omission.
(Any security-sensitive information is not disclosed).

While at it, close the mild security hole that we were exposing the
password in the connection string in shared memory.  This isn't
user-accessible, but it still looks like a good idea to avoid having the
cleartext password in memory.

Author: Michaël Paquier, Álvaro Herrera
Review by: Vik Fearing

Discussion: https://www.postgresql.org/message-id/CAB7nPqStg4M561obo7ryZ5G+fUydG4v1Ajs1xZT1ujtu+woRag@mail.gmail.com
doc/src/sgml/monitoring.sgml
src/backend/catalog/system_views.sql
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
src/backend/replication/walreceiver.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/replication/walreceiver.h