Re: Adding SMGR discriminator to buffer tags

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Shawn Debnath <sdn@amazon.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-07-17T03:01:47Z
Lists: pgsql-hackers
On Tue, Jul 16, 2019 at 10:49 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> I'll go and commit the simple refactoring bits of this work, which
> just move some stuff belonging to md.c out of smgr.c (see attached).

Pushed.  The rest of that earlier patch set is hereby abandoned (at
least for now).  I'll be posting a new-and-improved undo log patch set
soon, now a couple of patches smaller but back to magic database 9.  I
think I'll probably do that with a new catalog header file that
defines pseudo-database OIDs.

-- 
Thomas Munro
https://enterprisedb.com



Commits

  1. Move some md.c-specific logic from smgr.c to md.c.

  2. Refactor the fsync queue for wider use.