Re: Issues with blocksize smaller than 8KB
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Casey & Gina <cg@osss.net>
Cc: Álvaro Herrera <alvherre@kurilemu.de>, pgsql-bugs@lists.postgresql.org
Date: 2025-10-19T22:30:38Z
Lists: pgsql-bugs
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add static assertion that RELSEG_SIZE fits in an int.
- 92cf557ffae4 19 (unreleased) landed
I wrote: > ... So I think we'd > better leave it to the C compiler, as attached. After further study I decided that md.c was a more natural home for this assertion than xlog.c. Pushed that way. regards, tom lane