On Fri, Sep 30, 2016 at 8:17 AM, Kevin Grittner <[email protected]> wrote: > On Thu, Sep 29, 2016 at 2:06 PM, Melvin Davidson <[email protected]> wrote: > >> I am using PostgreSQL 9.4.0 (Yes, I know 9.4.9 is most recent but >> it's out of my control) > > As long as the decision-maker is aware that 9.4.0 has known bugs > (fixed in later minor releases) that can render the database > unusable without warning... > >> How is it possible for the WAL file to be accessed BEFORE it was >> created? > > Perhaps renaming it counts as "creation" without affecting access > time.
Apparently some filesystems change the ctime for rename and others don't, and POSIX tolerates both. -- Thomas Munro http://www.enterprisedb.com -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
