Re: [Patch] Windows relation extension failure at 2GB and 4GB
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Bryan Green <dbryan.green@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-11-08T09:40:36Z
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
Attachments
- 0001-Add-check-for-large-files-in-meson.build.patch (text/x-diff) patch 0001
On Fri, Nov 07, 2025 at 12:32:21PM +0900, Michael Paquier wrote: > On Fri, Nov 07, 2025 at 03:56:07PM +1300, Thomas Munro wrote: >> (It's signed per POSIX and on Windows so I assume you meant to write 2GB here.) > > Yes, right.. So, please find attached a patch that adds a check for large files in meson as we do now in ./configure, for a backpatch down to v16 (once the branch freeze is lifted next week of course). Thoughts? -- Michael