Skip to content

Commit 9085590

Browse files
committed
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
1 parent e8f201a commit 9085590

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/src/sgml/release-14.sgml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3553,6 +3553,25 @@ Author: Peter Eisentraut <peter@eisentraut.org>
35533553

35543554
<listitem>
35553555
<!--
3556+
Author: Tom Lane <tgl@sss.pgh.pa.us>
3557+
2020-10-09 [bed90759f] Fix our Windows stat() emulation to handle file sizes >
3558+
-->
3559+
3560+
<para>
3561+
Allow Windows to properly handle files larger than four gigabytes
3562+
(Juan José Santamaría Flecha)
3563+
</para>
3564+
3565+
<para>
3566+
For example this allows <link
3567+
linkend="sql-copy"><command>COPY,</command></link> <link
3568+
linkend="configure-options-misc"><acronym>WAL</acronym></link>
3569+
files, and relation segment files to be larger than four gigabytes.
3570+
</para>
3571+
</listitem>
3572+
3573+
<listitem>
3574+
<!--
35563575
Author: Peter Eisentraut <peter@eisentraut.org>
35573576
2021-01-06 [4656e3d66] Replace CLOBBER_CACHE_ALWAYS with run-time GUC
35583577
-->

0 commit comments

Comments
 (0)