From a98a80abc24aba2b064ea3ed8fc65036664f4ecf Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Tue, 1 Aug 2023 10:04:45 +0300 Subject: [PATCH] Deffine NEON_SMGR to make it possible for extensions to use Neon SMG API (#4840) ## Problem See https://neondb.slack.com/archives/C036U0GRMRB/p1689148023067319 ## Summary of changes Define NEON_SMGR in smgr.h ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. ## Checklist before merging - [ ] Do not forget to reformat commit message to not include the above checklist --------- Co-authored-by: Konstantin Knizhnik --- vendor/postgres-v14 | 2 +- vendor/postgres-v15 | 2 +- vendor/revisions.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/postgres-v14 b/vendor/postgres-v14 index ebedb34d01..da3885c34d 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit ebedb34d01c8ac9c31e8ea4628b9854103a1dc8f +Subproject commit da3885c34db312afd555802be2ce985fafd1d8ad diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index 1220c8a63f..770c6dffc5 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit 1220c8a63f00101829f9222a5821fc084b4384c7 +Subproject commit 770c6dffc5ef6aac05bf049693877fb377eea6fc diff --git a/vendor/revisions.json b/vendor/revisions.json index f5d7428cd9..8579b5abaa 100644 --- a/vendor/revisions.json +++ b/vendor/revisions.json @@ -1,4 +1,4 @@ { - "postgres-v15": "1220c8a63f00101829f9222a5821fc084b4384c7", - "postgres-v14": "ebedb34d01c8ac9c31e8ea4628b9854103a1dc8f" + "postgres-v15": "770c6dffc5ef6aac05bf049693877fb377eea6fc", + "postgres-v14": "da3885c34db312afd555802be2ce985fafd1d8ad" }