From: Bruce Momjian Date: Mon, 21 Jun 2021 03:53:00 +0000 (-0400) Subject: doc: add mention of +4GB windows file handling in PG14 relnotes X-Git-Tag: REL_14_BETA2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90855908b751d40f67352fa0252e0fcdaa7e317b;p=thirdparty%2Fpostgresql.git doc: add mention of +4GB windows file handling in PG14 relnotes Reported-by: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoCTHyouoGv-xt1qNjjvPbGMErLi0AJncByTvr66Nq7j8g@mail.gmail.com --- diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 53221ab8c10..28d0e1396b9 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -3553,6 +3553,25 @@ Author: Peter Eisentraut + + + Allow Windows to properly handle files larger than four gigabytes + (Juan José Santamaría Flecha) + + + + For example this allows COPY, WAL + files, and relation segment files to be larger than four gigabytes. + + + + +