From: | Thomas Munro <tmunro(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Provide 64-bit ftruncate() and lseek() on Windows. |
Date: | 2025-01-09 03:03:14 |
Message-ID: | E1tVipG-000aob-0B@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(dot)singh(at)enterprisedb(dot)com>
Discussion: https://postgr.es/m/CAKZiRmyM4YnokK6Oenw5JKwAQ3rhP0YTz2T-tiw5dAQjGRXE3Q%40mail.gmail.com
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/0bff6f1da8424efe1ce9a78d9bb2fdd91fdba651
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2025-01-09 03:03:24 | pgsql: Provide 64-bit ftruncate() and lseek() on Windows. |
Previous Message | Thomas Munro | 2025-01-09 03:03:05 | pgsql: Provide 64-bit ftruncate() and lseek() on Windows. |