Re: Time-Delayed Standbys - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Time-Delayed Standbys
Date
Msg-id 1386170522.33753.YahooMailNeo@web162901.mail.bf1.yahoo.com
Whole thread Raw
In response to Re: Time-Delayed Standbys  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Time-Delayed Standbys
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:

> So, I proposed this patch previously and I still think it's a
> good idea, but it got voted down on the grounds that it didn't
> deal with clock drift.  I view that as insufficient reason to
> reject the feature, but others disagreed.  Unless some of those
> people have changed their minds, I don't think this patch has
> much future here.

There are many things that a system admin can get wrong.  Failing
to supply this feature because the sysadmin might not be running
ntpd (or equivalent) correctly seems to me to be like not having
the software do fsync because the sysadmin might not have turned
off write-back buffering on drives without persistent storage.
Either way, poor system management can defeat the feature.  Either
way, I see no reason to withhold the feature from those who manage
their systems in a sane fashion.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [patch] Adding EXTRA_REGRESS_OPTS to all pg_regress invocations
Next
From: Kohei KaiGai
Date:
Subject: Re: Custom Scan APIs (Re: Custom Plan node)