Re: pgsql: Add -f/--follow option to pg_xlogdump.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add -f/--follow option to pg_xlogdump.
Date: 2014-03-26 14:23:20
Message-ID: 20140326142320.GA23012@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Mar 26, 2014 at 10:54:04PM +0900, Michael Paquier wrote:
> On Wed, Mar 26, 2014 at 10:42 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> > Which is another way of doing it, I guess. I'm not sure why the usual way
> > wasn't adopted there.
> Perhaps it was simply forgotten, it is done like that since pg_upgrade
> a couple of years back with c2e9b2f.

Yes, I think Sleep() was left over from when pg_upgrade was not in
contrib. I have committed a patch to use pg_usleep(). Thanks.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-03-26 15:13:28 pgsql: psql: update "replica identity" display for \d+
Previous Message Bruce Momjian 2014-03-26 14:22:58 pgsql: pg_upgrade: use pg_usleep(); remove Windows workaround