File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -3553,6 +3553,25 @@ Author: Peter Eisentraut <peter@eisentraut.org>
3553
3553
3554
3554
<listitem>
3555
3555
<!--
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
+ <!--
3556
3575
Author: Peter Eisentraut <peter@eisentraut.org>
3557
3576
2021-01-06 [4656e3d66] Replace CLOBBER_CACHE_ALWAYS with run-time GUC
3558
3577
-->
You can’t perform that action at this time.
0 commit comments