Re: Issues with blocksize smaller than 8KB

From: Casey & Gina <cg(at)osss(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Álvaro Herrera <alvherre(at)kurilemu(dot)de>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Issues with blocksize smaller than 8KB
Date: 2025-10-19 19:42:23
Message-ID: 38A83DA6-15FF-4FF2-9EB0-C53E63611162@osss.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Oct 19, 2025, at 2:48 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Incautious use of --with-segsize could perhaps result in RELSEG_SIZE
> being too big for an int ...

This must have been it, though the same --with-segsize value worked for larger blocksizes.

Perhaps configure could throw an error if too large of a value were to be used, but happy for the explanation...

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2025-10-19 20:31:55 Re: Issues with blocksize smaller than 8KB
Previous Message Jeff Janes 2025-10-19 19:04:58 Re: Issues with blocksize smaller than 8KB