Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, Daniel Gustafsson <daniel@yesql.se>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, Maxim Orlov <orlovmg@gmail.com>, Daniil Davydov <3danissimo@gmail.com>
Date: 2025-11-10T16:38:21Z
Lists: pgsql-hackers
On 10/11/2025 17:16, Tom Lane wrote: > Heikki Linnakangas <hlinnaka@iki.fi> writes: >> Committed. Thanks for the quick review! > > I think the number this should have bumped is PG_CONTROL_VERSION > (thanks to the new field therein). Bumping CATALOG_VERSION_NO > seems quite beside the point. Ah thanks, I forgot we have that as a separate version number. I'll go bump that now. (I will not try to revert the CATALOG_VERSION_NO change, that would be very confusing.) - Heikki
Commits
-
Add warning to pg_controldata on PG_CONTROL_VERSION mismatch
- 6956bca515e2 19 (unreleased) landed
-
Add pg_resetwal and pg_controldata support for new control file field
- 676cd9ac0743 19 (unreleased) landed
-
Bump PG_CONTROL_VERSION for commit 3e0ae46d90
- e51037835854 19 (unreleased) landed
-
Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
- 3e0ae46d907d 19 (unreleased) landed