On Sat, Sep 3, 2011 at 5:10 AM, Kevin Grittner <[email protected]> wrote: > (2) It should copy, not move, with protection against overwriting > an existing file.
I agree that basically archive_command should not overwrite an existing file. But if the size of existing file is less than 16MB, it should do that. Otherwise, that WAL file would be lost forever. I have another feature request; (5) Maybe not in the initial version, but eventually it might be nice to support calling posix_fadvise(POSIX_FADV_DONTNEED) after copying a WAL file. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
