Re: pgsql: Fix our Windows stat() emulation to handle file sizes > 4GB. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix our Windows stat() emulation to handle file sizes > 4GB.
Date
Msg-id 3927421.1731094916@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix our Windows stat() emulation to handle file sizes > 4GB.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Fix our Windows stat() emulation to handle file sizes > 4GB.
List pgsql-committers
I wrote:
> I'm also confused about how to document them in the release notes.
> Alexandra should get some credit I guess for collecting and testing
> the patches, but she's not the original author(s).

After thinking for awhile, I'm going to fold all of these into one
release-note entry:

     <para>
      Fix misbehavior with junction points on Windows, particularly
      in <application>pg_rewind</application> (Alexandra Wang)
     </para>

     <para>
      This entailed back-patching previous fixes by Thomas Munro, Peter
      Eisentraut, Alexander Lakhin, and Juan José Santamaría Flecha.
      Those changes were originally not back-patched out of caution, but
      they have been in use in later branches for long enough to deem
      them safe.
     </para>

If anyone's really unhappy with that plan, let me know.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve fix for not entering parallel mode when holding interrup
Next
From: Nathan Bossart
Date:
Subject: pgsql: Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.