Re: [Patch] Windows relation extension failure at 2GB and 4GB
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: Michael Paquier <michael@paquier.xyz>
Cc: Bryan Green <dbryan.green@gmail.com>, Thomas Munro
<thomas.munro@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-11-12T10:55:47Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Replace off_t by pgoff_t in I/O routines
- 84fb27511dbe 19 (unreleased) landed
-
Add check for large files in meson.build
- d715aaa76f68 16.12 landed
- f6c1342e72aa 17.8 landed
- 434b605745a1 18.2 landed
- 79cd66f28c65 19 (unreleased) landed
Michael Paquier <michael@paquier.xyz> writes: > On Tue, Nov 11, 2025 at 01:22:49PM -0600, Bryan Green wrote: >> I have attached v4 of the patch after correcting some whitespace errors >> and a struct that didn't need the pgoff_t modification as requested by >> Thomas. I also have attached Michael's patch where both patches can be >> found by cfbot for the commitfest. > > Thanks. As the stamps have been pushed for the next minor release, I > have applied and backpatched the meson check for now. I'll look at > your patch next, for HEAD. I just noticed that the check is for 2GB, but the error message says 1GB. - ilmari