Server Name - Mailing list pgsql-hackers

From Simon Riggs
Subject Server Name
Date
Msg-id 1298029858.2226.4565.camel@ebony
Whole thread Raw
List pgsql-hackers
We agreed to add a parameter called sync_standbys
http://archives.postgresql.org/message-id/4D1DCF5A.7070808@enterprisedb.com.
that required the concept of a server name.

I've written this patch to add a server name parameter and to send an
info message which returns the server name, attached.

For now, Sync Rep will be written to match sync_standbys against the
application_name instead. It may be possible we agree it is the right
way to go, so I've not rushed to apply the patch given here after all.

This patch now has a lower priority than the main sync rep patch.

--
 Simon Riggs           http://www.2ndQuadrant.com/books/
 PostgreSQL Development, 24x7 Support, Training and Services


Attachment

pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Assertion failure on UNLOGGED VIEW and SEQUENCE
Next
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback.