|
7 | 7 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
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 $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -1963,12 +1963,12 @@ RestoreArchivedFile(char *path, const char *xlogfname,
|
1963 | 1963 | sp++;
|
1964 | 1964 | StrNCpy(dp, xlogpath, endp-dp);
|
1965 | 1965 | /*
|
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. |
1972 | 1972 | *
|
1973 | 1973 | * COPY works with quoted forward slashes in the first argument
|
1974 | 1974 | * only if the current directory is the same as the directory
|
|
0 commit comments