From 1ff3d0cc642f7e725d091ad70fe4467599c12ade Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 1 Aug 2025 16:31:18 +0200 Subject: [PATCH] pg waldump improvements 1. add neon resource manager in waldump 2. print end lsn Only applies starting at Postgres 16, before that the pg_waldump and custom WAL Resource Managers are not ready. --- vendor/postgres-v16 | 2 +- vendor/postgres-v17 | 2 +- vendor/revisions.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/postgres-v16 b/vendor/postgres-v16 index a42351fcd4..78312c82f9 160000 --- a/vendor/postgres-v16 +++ b/vendor/postgres-v16 @@ -1 +1 @@ -Subproject commit a42351fcd41ea01edede1daed65f651e838988fc +Subproject commit 78312c82f9061138cedcd8f935df24f00935ef55 diff --git a/vendor/postgres-v17 b/vendor/postgres-v17 index 1e01fcea2a..689f8b9978 160000 --- a/vendor/postgres-v17 +++ b/vendor/postgres-v17 @@ -1 +1 @@ -Subproject commit 1e01fcea2a6b38180021aa83e0051d95286d9096 +Subproject commit 689f8b9978b7b1600bbd8501578c02f11152816e diff --git a/vendor/revisions.json b/vendor/revisions.json index c02c748a72..311567f17e 100644 --- a/vendor/revisions.json +++ b/vendor/revisions.json @@ -1,11 +1,11 @@ { "v17": [ "17.5", - "1e01fcea2a6b38180021aa83e0051d95286d9096" + "689f8b9978b7b1600bbd8501578c02f11152816e" ], "v16": [ "16.9", - "a42351fcd41ea01edede1daed65f651e838988fc" + "78312c82f9061138cedcd8f935df24f00935ef55" ], "v15": [ "15.13",