Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 43ea65a

Browse files
committed
Add mention of "WIN32" COPY.
1 parent 6525b42 commit 43ea65a

File tree

1 file changed

+7
-7
lines changed
  • src/backend/access/transam

1 file changed

+7
-7
lines changed

src/backend/access/transam/xlog.c

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.160 2004/08/12 18:32:25 momjian Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.161 2004/08/12 18:34:45 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1963,12 +1963,12 @@ RestoreArchivedFile(char *path, const char *xlogfname,
19631963
sp++;
19641964
StrNCpy(dp, xlogpath, endp-dp);
19651965
/*
1966-
* make_native_path() is required because COPY is an internal
1967-
* CMD.EXE command and doesn't process forward slashes in the
1968-
* same way as external commands. Quoting the first argument
1969-
* to COPY does not convert forward to backward slashes, but
1970-
* COPY does properly process quoted forward slashes in the
1971-
* second argument.
1966+
* make_native_path() is required because WIN32 COPY is
1967+
* an internal CMD.EXE command and doesn't process
1968+
* forward slashes in the same way as external commands.
1969+
* Quoting the first argument to COPY does not convert
1970+
* forward to backward slashes, but COPY does properly
1971+
* process quoted forward slashes in the second argument.
19721972
*
19731973
* COPY works with quoted forward slashes in the first argument
19741974
* only if the current directory is the same as the directory

0 commit comments

Comments
 (0)