From 7fc6953da41d536f8d785ea3a41640c80bb7c6bb Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 6 Feb 2025 07:42:14 +0200 Subject: [PATCH] Is neon superuser (#10625) ## Problem is_neon_superuser() fiunction is public in pg14/pg15 but statically defined in publicationcmd.c in pg16/pg17 ## Summary of changes Make this function public for all Postgres version. It is intended to be used not only in publicationcmd.c See https://github.com/neondatabase/postgres/pull/573 https://github.com/neondatabase/postgres/pull/576 --------- Co-authored-by: Konstantin Knizhnik --- 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 3cf7ce1afa..86d9ea96eb 160000 --- a/vendor/postgres-v16 +++ b/vendor/postgres-v16 @@ -1 +1 @@ -Subproject commit 3cf7ce1afab75027716d14223f95ddb300754162 +Subproject commit 86d9ea96ebb9088eac62f57f1f5ace68e70e0d1c diff --git a/vendor/postgres-v17 b/vendor/postgres-v17 index f0ffc8279d..8dfd5a7030 160000 --- a/vendor/postgres-v17 +++ b/vendor/postgres-v17 @@ -1 +1 @@ -Subproject commit f0ffc8279dbcbbc439981a4fd001a9687e5d665d +Subproject commit 8dfd5a7030d3e8a98b60265ebe045788892ac7f3 diff --git a/vendor/revisions.json b/vendor/revisions.json index c3eaeac927..efddaef46a 100644 --- a/vendor/revisions.json +++ b/vendor/revisions.json @@ -1,11 +1,11 @@ { "v17": [ "17.2", - "f0ffc8279dbcbbc439981a4fd001a9687e5d665d" + "8dfd5a7030d3e8a98b60265ebe045788892ac7f3" ], "v16": [ "16.6", - "3cf7ce1afab75027716d14223f95ddb300754162" + "86d9ea96ebb9088eac62f57f1f5ace68e70e0d1c" ], "v15": [ "15.10",