Re: pg_rewind just doesn't fsync *anything*? - Mailing list pgsql-hackers

From Andres Freund
Subject Re: pg_rewind just doesn't fsync *anything*?
Date
Msg-id 20160310194014.ns3jhaai65435t3f@alap3.anarazel.de
Whole thread Raw
In response to Re: pg_rewind just doesn't fsync *anything*?  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 2016-03-10 20:31:55 +0100, Michael Paquier wrote:
> On Thu, Mar 10, 2016 at 7:52 PM, Andres Freund <andres@anarazel.de> wrote:
> > Having to backpatch a single system() invocation + find_other_exec()
> > call, and backporting a more general FRONTEND version of initdb's
> > fsync_pgdata() are wildly differing in complexity.
> 
> Talking about HEAD, wouldn't the dependency tree be cleaner if there
> is a common facility in src/common?

Yea, probably; but lets sort out the backbranches first.

Andres



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Add generate_series(date,date) and generate_series(date,date,integer)
Next
From: Andres Freund
Date:
Subject: Re: WIP: Upper planner pathification