mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
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:
committed by
GitHub
parent
32a12783fd
commit
48b870bc07
2
vendor/postgres-v14
vendored
2
vendor/postgres-v14
vendored
Submodule vendor/postgres-v14 updated: ead1e76bdc...4cca6f8083
2
vendor/postgres-v15
vendored
2
vendor/postgres-v15
vendored
Submodule vendor/postgres-v15 updated: 052df87d33...daa81cffcf
2
vendor/postgres-v16
vendored
2
vendor/postgres-v16
vendored
Submodule vendor/postgres-v16 updated: bb5eee65ac...15710a76b7
6
vendor/revisions.json
vendored
6
vendor/revisions.json
vendored
@@ -5,14 +5,14 @@
|
||||
],
|
||||
"v16": [
|
||||
"16.9",
|
||||
"bb5eee65ac753b5a66d255ec5fb4c0e33180e8fd"
|
||||
"15710a76b7d07912110fcbbaf0c8ad6d7e5a9fbc"
|
||||
],
|
||||
"v15": [
|
||||
"15.13",
|
||||
"052df87d338dc30687d0c96f1a4d9b6cb4882b2e"
|
||||
"daa81cffcf063c54b29a9aabdb6604625f675ad0"
|
||||
],
|
||||
"v14": [
|
||||
"14.18",
|
||||
"ead1e76bdcb71ef87f52f0610bd7333247f75179"
|
||||
"4cca6f8083483dda9e12eae292cf788d45bd561f"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user