Re: SLRU_PAGES_PER_SEGMENT as configure parameter

2025-02-07 Thread Daniel Gustafsson
> On 7 Feb 2025, at 06:54, Daniil Davydov <3daniss...@gmail.com> wrote: > > On Thu, Feb 6, 2025 at 8:23 PM Daniel Gustafsson wrote: >> >> You should include the configure.ac changes and not just the generated code >> in >> configure (which is fine to include for review, but the committer will >

Re: SLRU_PAGES_PER_SEGMENT as configure parameter

2025-02-06 Thread Daniil Davydov
On Thu, Feb 6, 2025 at 8:23 PM Daniel Gustafsson wrote: > > You should include the configure.ac changes and not just the generated code in > configure (which is fine to include for review, but the committer will > re-generate it regardless). Please also include the corresponding Meson > change >

Re: SLRU_PAGES_PER_SEGMENT as configure parameter

2025-02-06 Thread Daniel Gustafsson
> On 6 Feb 2025, at 11:53, Daniil Davydov <3daniss...@gmail.com> wrote: > The constant SLRU_PAGES_PER_SEGMENT defines the size of the SLRU > segments. It is currently hardcoded in slru.h. It would be nice to be > able to set this parameter during configuration (for example, by > analogy with --wit