Remove remaining mentions of UNSAFE_STAT_OK
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-08-15T08:41:42Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-remaining-mentions-of-UNSAFE_STAT_OK.patch (text/plain) patch 0001
The last use of UNSAFE_STAT_OK was removed in bed90759fcbcd72d4d06969eebab81e47326f9a2, but the build system(s) still mentions it. Is it safe to remove, or does it interact with system header files in some way that isn't obvious here?
Commits
-
Remove remaining mentions of UNSAFE_STAT_OK
- 1509abe2c5da 16.0 landed
-
Fix our Windows stat() emulation to handle file sizes > 4GB.
- bed90759fcbc 14.0 cited