diff options
author | Bruce Momjian <bruce@momjian.us> | 2021-06-20 23:53:00 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2021-06-20 23:53:00 -0400 |
commit | 90855908b751d40f67352fa0252e0fcdaa7e317b (patch) | |
tree | 64caf3c6a7b0d5ad119098c0b616948660fe2669 | |
parent | e8f201ab82be234b2f103234cf9f262f9afeaeba (diff) | |
download | postgresql-90855908b751d40f67352fa0252e0fcdaa7e317b.tar.gz postgresql-90855908b751d40f67352fa0252e0fcdaa7e317b.zip |
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
-rw-r--r-- | doc/src/sgml/release-14.sgml | 19 |
1 files changed, 19 insertions, 0 deletions
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 <peter@eisentraut.org> <listitem> <!-- +Author: Tom Lane <tgl@sss.pgh.pa.us> +2020-10-09 [bed90759f] Fix our Windows stat() emulation to handle file sizes > +--> + + <para> + Allow Windows to properly handle files larger than four gigabytes + (Juan José SantamarÃa Flecha) + </para> + + <para> + For example this allows <link + linkend="sql-copy"><command>COPY,</command></link> <link + linkend="configure-options-misc"><acronym>WAL</acronym></link> + files, and relation segment files to be larger than four gigabytes. + </para> + </listitem> + + <listitem> +<!-- Author: Peter Eisentraut <peter@eisentraut.org> 2021-01-06 [4656e3d66] Replace CLOBBER_CACHE_ALWAYS with run-time GUC --> |