Re: [BUGS] Fails to work on live images due to fsync() on pg_commit_ts before doing any write there - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] Fails to work on live images due to fsync() on pg_commit_ts before doing any write there
Date
Msg-id 11052.1510066721@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] Fails to work on live images due to fsync() onpg_commit_ts before doing any write there  (Stephen Frost <sfrost@snowman.net>)
Responses Re: [BUGS] Fails to work on live images due to fsync() onpg_commit_ts before doing any write there  (Stephen Frost <sfrost@snowman.net>)
List pgsql-bugs
Stephen Frost <sfrost@snowman.net> writes:
> * Raphael Hertzog (hertzog@debian.org) wrote:
>> Still I believe that this issue should be fixed in both sides. It's not
>> smart from PostgreSQL to call fsync() when it has not made any change.

> Why?

My thought about this is just to ignore EINVAL when fsync'ing a directory,
as we already do with EBADF.
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Raphael Hertzog
Date:
Subject: Re: [BUGS] Fails to work on live images due to fsync() onpg_commit_ts before doing any write there
Next
From: Stephen Frost
Date:
Subject: Re: [BUGS] Fails to work on live images due to fsync() onpg_commit_ts before doing any write there