Re: Syncing pg_multixact directories

2020-09-23 Thread Thomas Munro
On Wed, Sep 23, 2020 at 4:11 PM Thomas Munro wrote: > On Wed, Sep 23, 2020 at 4:09 PM Michael Paquier wrote: > > On Tue, Sep 22, 2020 at 07:05:36PM -0700, Andres Freund wrote: > > > Good catch! Probably that should probably be backpatched... > > > > +1. Passing that down to the SLRU layer is a n

Re: Syncing pg_multixact directories

2020-09-22 Thread Thomas Munro
On Wed, Sep 23, 2020 at 4:09 PM Michael Paquier wrote: > On Tue, Sep 22, 2020 at 07:05:36PM -0700, Andres Freund wrote: > > On 2020-09-23 13:45:51 +1200, Thomas Munro wrote: > >> I think we should be ensuring that directory entries for newly created > >> multixact files are durable at checkpoint t

Re: Syncing pg_multixact directories

2020-09-22 Thread Michael Paquier
On Tue, Sep 22, 2020 at 07:05:36PM -0700, Andres Freund wrote: > On 2020-09-23 13:45:51 +1200, Thomas Munro wrote: >> I think we should be ensuring that directory entries for newly created >> multixact files are durable at checkpoint time. Please see attached. > > Good catch! Probably that should

Re: Syncing pg_multixact directories

2020-09-22 Thread Andres Freund
Hi, On 2020-09-23 13:45:51 +1200, Thomas Munro wrote: > I think we should be ensuring that directory entries for newly created > multixact files are durable at checkpoint time. Please see attached. Good catch! Probably that should probably be backpatched... Greetings, Andres Freund