From 4752385470a706150a6fc5ee12013fe134853e66 Mon Sep 17 00:00:00 2001 From: MMeent Date: Fri, 9 Dec 2022 10:02:23 +0100 Subject: [PATCH] Update PostgreSQL to latest vendored releases (#3037) Several fixes are included, with among others: - Prefetching for index bulkdelete calls (e.g. during vacuum), plus v14 compiler warning fix - A fix for setting LSN on heap pages while setting vm bits - Some style updates that were lost in the previous wave (v15 only) --- vendor/postgres-v14 | 2 +- vendor/postgres-v15 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/postgres-v14 b/vendor/postgres-v14 index 06edb5af61..c22aea6714 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit 06edb5af6180f99ee1bd6903bae2898d2ea128ef +Subproject commit c22aea67149a2fe71cab881be7a31fba305ddc21 diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index edf4c161dd..114da43a49 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit edf4c161dd0182d22c28297e841ca253bc1b8ee4 +Subproject commit 114da43a4967c068c958dacd6dedf65053c99148