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 →
  1. Replace off_t by pgoff_t in I/O routines

  2. Add check for large files in meson.build

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