mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 13:02:55 +00:00
This adds PostgreSQL 16 as a vendored postgresql version, and adapts the code to support this version. The important changes to PostgreSQL 16 compared to the PostgreSQL 15 changeset include the addition of a neon_rmgr instead of altering Postgres's original WAL format. Co-authored-by: Alexander Bayandin <alexander@neon.tech> Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
# neon_rmgr extension
|
|
comment = 'Neon WAL Resource Manager - custom WAL records used to make Neon work (since PG 16)'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/neon_rmgr'
|