From 48b870bc078bd2c450eb7b468e743b9c118549bf Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 15 May 2025 07:45:22 +0300 Subject: [PATCH] Use unlogged build in GIST for storing root page (#11892) ## Problem See https://github.com/neondatabase/neon/issues/11891 Newly added assert is first when root page of GIST index is written to the disk as part of sorted build. ## Summary of changes Wrap writing of root page in unlogged build. https://github.com/neondatabase/postgres/pull/632 https://github.com/neondatabase/postgres/pull/633 https://github.com/neondatabase/postgres/pull/634 --------- 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 ead1e76bdc..4cca6f8083 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit ead1e76bdcb71ef87f52f0610bd7333247f75179 +Subproject commit 4cca6f8083483dda9e12eae292cf788d45bd561f diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index 052df87d33..daa81cffcf 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit 052df87d338dc30687d0c96f1a4d9b6cb4882b2e +Subproject commit daa81cffcf063c54b29a9aabdb6604625f675ad0 diff --git a/vendor/postgres-v16 b/vendor/postgres-v16 index bb5eee65ac..15710a76b7 160000 --- a/vendor/postgres-v16 +++ b/vendor/postgres-v16 @@ -1 +1 @@ -Subproject commit bb5eee65ac753b5a66d255ec5fb4c0e33180e8fd +Subproject commit 15710a76b7d07912110fcbbaf0c8ad6d7e5a9fbc diff --git a/vendor/revisions.json b/vendor/revisions.json index cf9f474e1a..0fc2d3996d 100644 --- a/vendor/revisions.json +++ b/vendor/revisions.json @@ -5,14 +5,14 @@ ], "v16": [ "16.9", - "bb5eee65ac753b5a66d255ec5fb4c0e33180e8fd" + "15710a76b7d07912110fcbbaf0c8ad6d7e5a9fbc" ], "v15": [ "15.13", - "052df87d338dc30687d0c96f1a4d9b6cb4882b2e" + "daa81cffcf063c54b29a9aabdb6604625f675ad0" ], "v14": [ "14.18", - "ead1e76bdcb71ef87f52f0610bd7333247f75179" + "4cca6f8083483dda9e12eae292cf788d45bd561f" ] }