From 9aa0b42bfd49d3842c6436f50fd9baabbd005b0a Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 20 Nov 2025 08:44:21 +0200 Subject: [PATCH 1/2] Move LastWrittenLsnLock to neon extension --- src/include/storage/lwlocklist.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/storage/lwlocklist.h b/src/include/storage/lwlocklist.h index 277cb47ddeb..6a2f64c54fb 100644 --- a/src/include/storage/lwlocklist.h +++ b/src/include/storage/lwlocklist.h @@ -83,4 +83,3 @@ PG_LWLOCK(49, WALSummarizer) PG_LWLOCK(50, DSMRegistry) PG_LWLOCK(51, InjectionPoint) PG_LWLOCK(52, SerialControl) -PG_LWLOCK(53, LastWrittenLsn) From bdc89562a0f2cb6580582685e4c573614634e9d3 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 20 Nov 2025 10:01:37 +0200 Subject: [PATCH 2/2] Move LastWrittenLsnLock to neon extension --- src/backend/utils/activity/wait_event_names.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/utils/activity/wait_event_names.txt b/src/backend/utils/activity/wait_event_names.txt index d22c55d265c..5b5d9394593 100644 --- a/src/backend/utils/activity/wait_event_names.txt +++ b/src/backend/utils/activity/wait_event_names.txt @@ -346,7 +346,6 @@ WALSummarizer "Waiting to read or update WAL summarization state." DSMRegistry "Waiting to read or update the dynamic shared memory registry." InjectionPoint "Waiting to read or update information related to injection points." SerialControl "Waiting to read or update shared pg_serial state." -LastWrittenLsn "Waiting to read or update information related to written recent changes." # # END OF PREDEFINED LWLOCKS (DO NOT CHANGE THIS LINE)