pgsql: Log replication connections only when log_connections is on

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Log replication connections only when log_connections is on
Date: 2011-01-18 19:04:05
Message-ID: E1PfGqb-0000ZY-2K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-18 19:12:41 pgsql: Avoid detoast in texteq/textne/byteaeq/byteane for unequal-lengt
Previous Message Heikki Linnakangas 2011-01-18 08:49:37 pgsql: Fix thinko in comment. Spotted by Jim Nasby.

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-18 19:12:22 Re: pg_basebackup for streaming base backups
Previous Message Magnus Hagander 2011-01-18 19:03:58 Re: Replication logging