From 43ea65a0dcc1de11e7de841cdf6bc57348ac17b1 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 12 Aug 2004 18:34:45 +0000
Subject: [PATCH] Add mention of "WIN32" COPY.

---
 src/backend/access/transam/xlog.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 3c23f0fc292..50ba2156e08 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.160 2004/08/12 18:32:25 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.161 2004/08/12 18:34:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -1963,12 +1963,12 @@ RestoreArchivedFile(char *path, const char *xlogfname,
 					sp++;
 					StrNCpy(dp, xlogpath, endp-dp);
 					/*
-					 *	make_native_path() is required because COPY is an internal
-					 *	CMD.EXE command and doesn't process forward slashes in the
-					 *	same way as external commands.  Quoting the first argument
-					 *	to COPY does not convert forward to backward slashes, but
-					 *	COPY does properly process quoted forward slashes in the
-					 *	second argument.
+					 *	make_native_path() is required because WIN32 COPY is
+					 *	an internal CMD.EXE command and doesn't process
+					 *	forward slashes in the same way as external commands.
+					 *	Quoting the first argument to COPY does not convert
+					 *	forward to backward slashes, but COPY does properly
+					 *	process quoted forward slashes in the second argument.
 					 *
 					 *	COPY works with quoted forward slashes in the first argument
 					 *	only if the current directory is the same as the directory
-- 
GitLab