From 5a8bcdccb0f0386f7aa05410f845723b174e90ae Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 19 Oct 2023 20:24:35 +0300 Subject: [PATCH] Fix elog format error in wallog_mapping_file (#5602) ## Problem Fix elog format error in wallog_mapping_file ## Summary of changes Use proper case to avoid compilation warning=error in C at MacOS. ## 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 ebcca9e9eb..6669a672ee 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit ebcca9e9eb49621b5b17247833b59e836337e8aa +Subproject commit 6669a672ee14ab2c09d44c4552f9a13fad3afc10 diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index 23f2d41102..ab67ab9635 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit 23f2d411020a739375b32895ce1362ded2962084 +Subproject commit ab67ab96355d61e9d0218630be4aa7db53bf83e7 diff --git a/vendor/postgres-v16 b/vendor/postgres-v16 index e5e255d2da..550ffa6495 160000 --- a/vendor/postgres-v16 +++ b/vendor/postgres-v16 @@ -1 +1 @@ -Subproject commit e5e255d2da05bc5f884b871c042014030a114a9b +Subproject commit 550ffa6495a5dc62fccc3a8b449386633758680b diff --git a/vendor/revisions.json b/vendor/revisions.json index 14ccbef287..012fb14035 100644 --- a/vendor/revisions.json +++ b/vendor/revisions.json @@ -1,5 +1,5 @@ { - "postgres-v16": "e5e255d2da05bc5f884b871c042014030a114a9b", - "postgres-v15": "23f2d411020a739375b32895ce1362ded2962084", - "postgres-v14": "ebcca9e9eb49621b5b17247833b59e836337e8aa" + "postgres-v16": "550ffa6495a5dc62fccc3a8b449386633758680b", + "postgres-v15": "ab67ab96355d61e9d0218630be4aa7db53bf83e7", + "postgres-v14": "6669a672ee14ab2c09d44c4552f9a13fad3afc10" }