Bruce Momjian wrote:
The problem with this approach is that it has us using the non-reliable
libc rename/unlink rather than our own in libpq.

Not really. The backend will still use the reliable pg_ functions.
Frontends continue to use the libc functions, which are totally sufficient in non-concurrent access situations.


Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to