Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
43ea65a0
Commit
43ea65a0
authored
Aug 12, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of "WIN32" COPY.
parent
6525b42b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/backend/access/transam/xlog.c
src/backend/access/transam/xlog.c
+7
-7
No files found.
src/backend/access/transam/xlog.c
View file @
43ea65a0
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.16
0 2004/08/12 18:32:2
5 momjian Exp $
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.16
1 2004/08/12 18:34:4
5 momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -1963,12 +1963,12 @@ RestoreArchivedFile(char *path, const char *xlogfname,
...
@@ -1963,12 +1963,12 @@ RestoreArchivedFile(char *path, const char *xlogfname,
sp
++
;
sp
++
;
StrNCpy
(
dp
,
xlogpath
,
endp
-
dp
);
StrNCpy
(
dp
,
xlogpath
,
endp
-
dp
);
/*
/*
* make_native_path() is required because
COPY is an internal
* make_native_path() is required because
WIN32 COPY is
*
CMD.EXE command and doesn't process forward slashes in the
*
an internal CMD.EXE command and doesn't process
*
same way as external commands. Quoting the first argument
*
forward slashes in the same way as external commands.
*
to COPY does not convert forward to backward slashes, bu
t
*
Quoting the first argument to COPY does not conver
t
*
COPY does properly process quoted forward slashes in the
*
forward to backward slashes, but COPY does properly
* second argument.
*
process quoted forward slashes in the
second argument.
*
*
* COPY works with quoted forward slashes in the first argument
* COPY works with quoted forward slashes in the first argument
* only if the current directory is the same as the directory
* only if the current directory is the same as the directory
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment