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:
Konstantin Knizhnik
2025-02-25 14:23:04 +02:00
committed by GitHub
parent 758f597280
commit 8f82c661d4
6 changed files with 27 additions and 7 deletions

View File

@@ -1,15 +1,15 @@
{
"v17": [
"17.4",
"59b2fe851f8e0595f6c830b90ee766f4f1c17a0f"
"517b8dc244abf3e56f0089849e464af76f70b94e"
],
"v16": [
"16.8",
"261ed10e9b8c8dda01ad7aefb18e944e30aa161d"
"799e7a08dd171aa06a7395dd326f4243aaeb9f93"
],
"v15": [
"15.12",
"6ff50443773b69749e16da6db9d4f4b19064b4b7"
"9b118b1cffa6e4ca0d63389b57b54d11e207e9a8"
],
"v14": [
"14.17",