Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.
Date: 2010-02-15 07:23:13
Message-ID: 3f0b79eb1002142323q48092e57i45467169757dc20c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Sat, Feb 13, 2010 at 4:33 AM, Richard Huxton <dev(at)archonet(dot)com> wrote:
> 2. Why have a finish.replication file, rather than "SELECT
> pg_finish_replication()"?

I thought that the trigger file method was more easy-to-use for the
existing users since it had been used in pg_standby for a long time
so far. So I used it. But I agree that activating the standby via
SQL would be useful for some cases.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-02-15 07:33:22 Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.
Previous Message Tom Lane 2010-02-15 07:13:32 Re: [COMMITTERS] pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2010-02-15 07:31:14 Re: PostgreSQL::PLPerl::Call - Simple interface for calling SQL functions from PostgreSQL PL/Perl
Previous Message Tom Lane 2010-02-15 07:13:32 Re: [COMMITTERS] pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after