Re: Syncing pg_multixact directories
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andres Freund <andres@anarazel.de>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-09-23T22:44:05Z
Lists: pgsql-hackers
On Wed, Sep 23, 2020 at 4:11 PM Thomas Munro <thomas.munro@gmail.com> wrote: > On Wed, Sep 23, 2020 at 4:09 PM Michael Paquier <michael@paquier.xyz> 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 nice thing to do. Were > > you planning to send a second patch here? The commit log generated > > mentions patch 1/2. While back-patching I realised that 9.5 and 9.6 had the same problem for other SLRUs, so I updated the commit message accordingly and pushed. Thanks!
Commits
-
Fix missing fsync of SLRU directories.
- aca74843e40f 14.0 landed
- 23d8b3577d0c 9.5.24 landed
- d38e15979ba4 9.6.20 landed
- dd36d6b00389 10.15 landed
- c5a5bd0bb6ff 11.10 landed
- 7664cc869aba 12.5 landed
- 052014a20668 13.1 landed