pgsql: Change replication connection log format to allow for a database - Mailing list pgsql-committers

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Change replication connection log format to allow for a database
Date
Msg-id 20100324212551.306127541D0@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Change replication connection log format to allow for a database
List 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)

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Reduce CPU utilisation of WALSender process.
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Additional thoughts on WALSender cpu reduction.