Re: initdb -S and tablespaces - Mailing list pgsql-hackers

From Abhijit Menon-Sen
Subject Re: initdb -S and tablespaces
Date
Msg-id 20141106122653.GA18963@toroid.org
Whole thread Raw
In response to Re: initdb -S and tablespaces  (Abhijit Menon-Sen <ams@2ndQuadrant.com>)
Responses Re: initdb -S and tablespaces  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
At 2014-10-30 14:30:27 +0530, ams@2ndQuadrant.com wrote:
>
> Here's a proposed patch to initdb to make initdb -S fsync everything
> under pg_tblspc.

Oops, I meant to include the corresponding patch to xlog.c to do the
same at startup. It's based on the initdb patch, but modified to not
use fprintf/exit_nicely and so on. (Note that this was written in a
single chunk to aid backpatching. There's no attempt made to share
code in this set of patches.)

Now attached.

-- Abhijit

Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: WAL format and API changes (9.5)
Next
From: Kevin Grittner
Date:
Subject: Re: Repeatable read and serializable transactions see data committed after tx start