From 90855908b751d40f67352fa0252e0fcdaa7e317b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 20 Jun 2021 23:53:00 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-14.sgml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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. + + + + +