mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
Move neon_pgstat_file_size_limit to the extension (#10959)
## Problem PG14 uses separate backend for stats collector having no access to shaerd memory. As far as AUX mechanism requires access to shared memory, persisting pgstat.stat file is not supported at pg14. And so there is no definition of `neon_pgstat_file_size_limit` variable. It makes it impossible to provide same config for all Postgres version. ## Summary of changes Move neon_pgstat_file_size_limit to Neon extension. Postgres submodules PR: https://github.com/neondatabase/postgres/pull/587 https://github.com/neondatabase/postgres/pull/588 https://github.com/neondatabase/postgres/pull/589 --------- Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech> Co-authored-by: Tristan Partin <tristan@neon.tech>
This commit is contained in:
committed by
GitHub
parent
758f597280
commit
8f82c661d4
2
vendor/postgres-v15
vendored
2
vendor/postgres-v15
vendored
Submodule vendor/postgres-v15 updated: 6ff5044377...9b118b1cff
2
vendor/postgres-v16
vendored
2
vendor/postgres-v16
vendored
Submodule vendor/postgres-v16 updated: 261ed10e9b...799e7a08dd
2
vendor/postgres-v17
vendored
2
vendor/postgres-v17
vendored
Submodule vendor/postgres-v17 updated: 59b2fe851f...517b8dc244
6
vendor/revisions.json
vendored
6
vendor/revisions.json
vendored
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"v17": [
|
||||
"17.4",
|
||||
"59b2fe851f8e0595f6c830b90ee766f4f1c17a0f"
|
||||
"517b8dc244abf3e56f0089849e464af76f70b94e"
|
||||
],
|
||||
"v16": [
|
||||
"16.8",
|
||||
"261ed10e9b8c8dda01ad7aefb18e944e30aa161d"
|
||||
"799e7a08dd171aa06a7395dd326f4243aaeb9f93"
|
||||
],
|
||||
"v15": [
|
||||
"15.12",
|
||||
"6ff50443773b69749e16da6db9d4f4b19064b4b7"
|
||||
"9b118b1cffa6e4ca0d63389b57b54d11e207e9a8"
|
||||
],
|
||||
"v14": [
|
||||
"14.17",
|
||||
|
||||
Reference in New Issue
Block a user