Re: Extensible storage manager API - SMGR hook Redux
Andreas Karlsson <andreas@proxel.se>
From: Andreas Karlsson <andreas@proxel.se>
To: Nitin Jadhav <nitinjadhavpostgres@gmail.com>,
Tristan Partin <tristan@neon.tech>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Matthias van de Meent <boekewurm+postgres@gmail.com>,
Heikki Linnakangas <hlinnaka@iki.fi>, Andres Freund <andres@anarazel.de>
Date: 2025-03-07T11:52:08Z
Lists: pgsql-hackers
Attachments
- v4-0006-SMGR-GUC-variable-and-chaining.patch (text/x-patch)
- v4-0005-Refactor-smgr-API-mdcreate-needs-the-old-relfilel.patch (text/x-patch)
- v4-0004-Add-contrib-fsync_checker.patch (text/x-patch)
- v4-0003-Add-checkpoint_create_hook.patch (text/x-patch)
- v4-0002-Allow-extensions-to-override-the-global-storage-m.patch (text/x-patch)
- v4-0001-Expose-f_smgr-to-extensions-for-manual-implementa.patch (text/x-patch)
Hi, Here is a rebased version of it to make the CI happy. I plan to work more on this next week but am happy with any feedback on what is already there. Andreas