When expanding %p in archive_command or restore_command, translate
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +11 −1 |
| src/backend/postmaster/pgarch.c | modified | +11 −1 |