Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43ea65a

Browse files
committed
Add mention of "WIN32" COPY.
1 parent6525b42 commit43ea65a

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

Lines changed: 7 additions & 7 deletions
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 becauseWIN32COPY is
1967+
*an internalCMD.EXE command and doesn't process
1968+
*forward slashes in thesame way as external commands.
1969+
*Quoting the first argumentto COPY does not convert
1970+
*forward to backward slashes, but COPY does properly
1971+
*process quoted forward slashes in thesecond 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)

[8]ページ先頭

©2009-2025 Movatter.jp