pgsql: Log replication connections only when log_connections is on - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Log replication connections only when log_connections is on
Date
Msg-id E1PfGqb-0000ZY-2K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Log replication connections only when log_connections is on

Previously we'd always log replication connections, with no
way to turn them off.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6e1726d082b5a9c305ed44a69ff50bc3407d01a2

Modified Files
--------------
src/backend/utils/init/postinit.c |   23 ++++++-----------------
1 files changed, 6 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix thinko in comment. Spotted by Jim Nasby.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid detoast in texteq/textne/byteaeq/byteane for unequal-lengt