Re: fsync-pgdata-on-recovery tries to write to more files than previously

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, Stephen Frost <sfrost(at)snowman(dot)net>, Christoph Berg <myon(at)debian(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: fsync-pgdata-on-recovery tries to write to more files than previously
Date: 2015-05-28 16:30:59
Message-ID: CA+TgmoZ9zsxxZ+nb1ekyuWeJK7FP5C46bYWL0u0P=f_pFU6oWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 28, 2015 at 10:26 AM, Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com> wrote:
> 2. Robert, are you comfortable with what fsync_pgdata() does in xlog.c?
> I wasn't sure if I should move that to fd.c as well. I think it's
> borderline OK for now.

I think if the function is specific as fsync_pgdata(), fd.c is not the
right place. I'm not sure xlog.c is either, though.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2015-05-28 16:34:59 Re: rhel6 rpm file locations
Previous Message Joshua D. Drake 2015-05-28 16:19:34 RFC: Remove contrib entirely