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:02:50 |
Message-ID: | E1tVios-000anP-Dl@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
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/026762dae39d6efcbfa99a18a15fdfeecbd5b9cc
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:05 | pgsql: Provide 64-bit ftruncate() and lseek() on Windows. |
Previous Message | Jeff Davis | 2025-01-08 23:26:12 | pgsql: Fix duplicate typedef from commit a2f17f004d. |