Provide 64-bit ftruncate() and lseek() on Windows.
authorThomas Munro <tmunro@postgresql.org>
Wed, 8 Jan 2025 23:10:26 +0000 (12:10 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 9 Jan 2025 01:58:18 +0000 (14:58 +1300)
commit70a7a37610f70f546ea651021c970f7d0c4b81b3
treee4646e6d7dc552c3723ba0eaf6bf7e554969fb41
parent190054e61f5d2079aa5bc7a50206fe96bf4438f5
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
src/include/port.h
src/include/port/win32_port.h
src/pl/plperl/plperl_system.h