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 <knizhnik@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2025-05-15 07:45:22 +03:00
committed by GitHub
parent 32a12783fd
commit 48b870bc07
4 changed files with 6 additions and 6 deletions

View File

@@ -5,14 +5,14 @@
],
"v16": [
"16.9",
"bb5eee65ac753b5a66d255ec5fb4c0e33180e8fd"
"15710a76b7d07912110fcbbaf0c8ad6d7e5a9fbc"
],
"v15": [
"15.13",
"052df87d338dc30687d0c96f1a4d9b6cb4882b2e"
"daa81cffcf063c54b29a9aabdb6604625f675ad0"
],
"v14": [
"14.18",
"ead1e76bdcb71ef87f52f0610bd7333247f75179"
"4cca6f8083483dda9e12eae292cf788d45bd561f"
]
}