Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Álvaro Herrera <alvherre(at)kurilemu(dot)de>, Daniel Gustafsson <daniel(at)yesql(dot)se>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Maxim Orlov <orlovmg(at)gmail(dot)com>, Daniil Davydov <3danissimo(at)gmail(dot)com>
Subject: Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Date: 2025-11-10 16:38:21
Message-ID: 639b5c4e-b2de-49d9-bf47-cc772c68cc45@iki.fi
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/11/2025 17:16, Tom Lane wrote:
> Heikki Linnakangas <hlinnaka(at)iki(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-11-10 16:49:58 Re: Improve LWLock tranche name visibility across backends
Previous Message Nathan Bossart 2025-11-10 16:26:17 Re: Improve LWLock tranche name visibility across backends