Server Name

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Server Name
Date: 2011-02-18 11:50:58
Message-ID: 1298029858.2226.4565.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
server_name_with_info.v1.patch text/x-patch 6.7 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-02-18 12:11:01 Re: [COMMITTERS] pgsql: Separate messages for standby replies and hot standby feedback.
Previous Message Itagaki Takahiro 2011-02-18 11:42:50 Assertion failure on UNLOGGED VIEW and SEQUENCE