When expanding %p in archive_command or restore_command, translate
authorTom Lane
Mon, 9 Aug 2004 16:26:06 +0000 (16:26 +0000)
committerTom Lane
Mon, 9 Aug 2004 16:26:06 +0000 (16:26 +0000)
commit35f539b481b5524bd331cb7b75df848da51b43e5
tree3a303c0ede6081e2b3f5be39757b53703525b9fd
parent1109959907cbfe7d1ea510028c03ebac73f8b1e1
When expanding %p in archive_command or restore_command, translate
slashes to backslashes #ifdef WIN32.  This is to cope with the fact
that Windows seems exceedingly unfriendly to slashes in shell commands,
as per recent discussion.
src/backend/access/transam/xlog.c
src/backend/postmaster/pgarch.c