Thread

Commits

  1. Remove remaining mentions of UNSAFE_STAT_OK

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

  1. Remove remaining mentions of UNSAFE_STAT_OK

    Peter Eisentraut <peter.eisentraut@enterprisedb.com> — 2022-08-15T08:41:42Z

    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?