Thread: pgsql: Provide 64-bit ftruncate() and lseek() on Windows.

pgsql: Provide 64-bit ftruncate() and lseek() on Windows.

From
Thomas Munro
Date:
Provide 64-bit ftruncate() and lseek() on Windows.

Change our ftruncate() macro to use the 64-bit variant of chsize(), and
add a new macro to redirect lseek() to _lseeki64().

Back-patch to all supported releases, in preparation for a bug fix.

Tested-by: Davinder Singh <davinder.singh@enterprisedb.com>
Discussion: https://postgr.es/m/CAKZiRmyM4YnokK6Oenw5JKwAQ3rhP0YTz2T-tiw5dAQjGRXE3Q%40mail.gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1636c5e56ed72e53127fc4cb0095422d9a0d250a

Modified Files
--------------
src/include/port.h            | 27 +++++++++++++++++++++++++++
src/include/port/win32_port.h |  2 --
src/pl/plperl/plperl_system.h |  1 +
3 files changed, 28 insertions(+), 2 deletions(-)