>Any kind of feedback would be appreciated.
I know it's coming from copy-and-paste, butI believe the flags could be:- dstfd = OpenTransientFile(tofile, O_RDWR | O_CREAT | O_EXCL | PG_BINARY);+ dstfd = OpenTransientFile(tofile, O_CREAT | O_WRONLY | O_TRUNC | O_EXCL | PG_BINARY);
The flags:O_WRONLY | O_TRUNC
pgsql-hackers by date:
Соглашаюсь с условиями обработки персональных данных