Re: BUG #15858: could not stat file - over 4GB
Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
From: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
To: Emil Iggland <emil@iggland.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-02-28T09:15:45Z
Lists: pgsql-bugs, pgsql-hackers
Attachments
- 0001-Support-for-large-files-on-Win32-v5.patch (application/octet-stream) patch v5-0001
On Wed, Feb 5, 2020 at 12:47 PM Emil Iggland <emil@iggland.com> wrote: > The following review has been posted through the commitfest application: > make installcheck-world: not tested > Implements feature: tested, passed > Spec compliant: not tested > Documentation: not tested > The latest version of this patch could benefit from an update. Please find attached a new version. Most changes are cosmetic, but they have been more extensive than a simple rebase so I am changing the status back to 'needs review'. To summarize those changes: - Rename 'win32_stat.c' file to 'win32stat.c', as a better match of project files. - Improve indentation and comments. - Remove cruft about old Windows versions. Regards, Juan José Santamaría Flecha
Commits
-
Minor cleanup for win32stat.c.
- fcd11329db5b 14.0 landed
- 961e07b8ccb5 14.0 landed
- c94cfb38c32a 14.0 landed
-
plperl.h should #undef fstat along with stat and lstat.
- ed30b1a60dad 14.0 cited
-
Fix our Windows stat() emulation to handle file sizes > 4GB.
- bed90759fcbc 14.0 landed