Re: Small race in pg_xlogdump --follow - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Small race in pg_xlogdump --follow
Date
Msg-id 29847.1474897458@sss.pgh.pa.us
Whole thread Raw
In response to Small race in pg_xlogdump --follow  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Small race in pg_xlogdump --follow  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Attached patch puts a retry loop around opening the file that retries for 5
> seconds (which is excessive, but should be safe) in case the file is
> missing (and still fails out for other error messages of course).

> Comments?

The patch assumes that pg_usleep won't change errno, an assumption
I have little faith in.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Small race in pg_xlogdump --follow
Next
From: Jeevan Ladhe
Date:
Subject: Re: pgbench more operators & functions