pgsql: Change replication connection log format to allow for a database

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change replication connection log format to allow for a database
Date: 2010-03-24 21:25:51
Message-ID: 20100324212551.306127541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Change replication connection log format to allow for a database
called replication. Add host and port details, following format
of messages in BackendInitialize().

Modified Files:
--------------
pgsql/src/backend/utils/init:
postinit.c (r1.206 -> r1.207)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c?r1=1.206&r2=1.207)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-03-24 21:41:57 pgsql: Additional thoughts on WALSender cpu reduction.
Previous Message Simon Riggs 2010-03-24 20:11:12 pgsql: Reduce CPU utilisation of WALSender process.