From cfa45ff5eee33a46f54ab2571fddf5e47925f363 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 29 Aug 2024 07:45:33 +0300 Subject: [PATCH] Undo walloging replorgin file on checkpoint (#8794) ## Problem See #8620 ## Summary of changes Remove walloping of replorigin file because it is reconstructed by PS ## 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/postgres-v16 | 2 +- vendor/revisions.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vendor/postgres-v14 b/vendor/postgres-v14 index b6910406e2..48388a5b59 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit b6910406e2d05a2c94baa2e530ec882733047759 +Subproject commit 48388a5b597c81c09e28c016650a7156b48717a1 diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index 76063bff63..8aa1ded772 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit 76063bff638ccce7afa99fc9037ac51338b9823d +Subproject commit 8aa1ded7726d416ac8e02600aad387a353478fc7 diff --git a/vendor/postgres-v16 b/vendor/postgres-v16 index 8efa089aa7..95132feffe 160000 --- a/vendor/postgres-v16 +++ b/vendor/postgres-v16 @@ -1 +1 @@ -Subproject commit 8efa089aa7786381543a4f9efc69b92d43eab8c0 +Subproject commit 95132feffe277ce84309d93a42e9aadfd2cb0437 diff --git a/vendor/revisions.json b/vendor/revisions.json index 50cc99c2f1..319e648488 100644 --- a/vendor/revisions.json +++ b/vendor/revisions.json @@ -1,14 +1,14 @@ { "v16": [ "16.4", - "8efa089aa7786381543a4f9efc69b92d43eab8c0" + "95132feffe277ce84309d93a42e9aadfd2cb0437" ], "v15": [ "15.8", - "76063bff638ccce7afa99fc9037ac51338b9823d" + "8aa1ded7726d416ac8e02600aad387a353478fc7" ], "v14": [ "14.13", - "b6910406e2d05a2c94baa2e530ec882733047759" + "48388a5b597c81c09e28c016650a7156b48717a1" ] }