From c338bb7423f65c3acc1e7d3cf2545af1486e4011 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Tue, 26 Sep 2023 09:20:56 +0300 Subject: [PATCH] Update last written LSN after walloging all createdb stuff (#5340) ## Problem See https://neondb.slack.com/archives/C033RQ5SPDH/p1694595347598249 ## Summary of changes Update last written LSN after walloging all createdb stuff ## 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-v15 | 2 +- vendor/postgres-v16 | 2 +- vendor/revisions.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index 026d6b093d..74cfe3e681 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit 026d6b093d49e25cec44dd04598152329ceac027 +Subproject commit 74cfe3e681836747a31fdbd47bdd14b3d81b0772 diff --git a/vendor/postgres-v16 b/vendor/postgres-v16 index 7a50f139c6..389ce36b4b 160000 --- a/vendor/postgres-v16 +++ b/vendor/postgres-v16 @@ -1 +1 @@ -Subproject commit 7a50f139c6269454ab9260c7a9752874b9089943 +Subproject commit 389ce36b4b3da7aa654a25e1b3f10b641319a87f diff --git a/vendor/revisions.json b/vendor/revisions.json index 48b03a4d5e..d08cb25f43 100644 --- a/vendor/revisions.json +++ b/vendor/revisions.json @@ -1,5 +1,5 @@ { - "postgres-v16": "7a50f139c6269454ab9260c7a9752874b9089943", - "postgres-v15": "026d6b093d49e25cec44dd04598152329ceac027", + "postgres-v16": "389ce36b4b3da7aa654a25e1b3f10b641319a87f", + "postgres-v15": "74cfe3e681836747a31fdbd47bdd14b3d81b0772", "postgres-v14": "5d5cfee12783f0989a9c9fe13bb40b5585812568" }