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

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

  1. Remove remaining mentions of UNSAFE_STAT_OK

  2. Fix our Windows stat() emulation to handle file sizes > 4GB.