On Thu, Mar 30, 2023 at 10:02 AM Andres Freund <[email protected]> wrote: > Attached is v6. Changes:
0006:
+ ereport(ERROR,
+ errcode_for_file_access(),
+ errmsg("could not extend file \"%s\" with posix_fallocate():
%m",
+ FilePathName(v->mdfd_vfd)),
+ errhint("Check free disk space."));
Portability nit: mdzeroextend() doesn't know whether posix_fallocate() was
used in FileFallocate().
--
John Naylor
EDB: http://www.enterprisedb.com
