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
19055b78
Commit
19055b78
authored
Dec 15, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention with might need to use cp -R someday for portability.
parent
34cb0f7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/backend/commands/dbcommands.c
src/backend/commands/dbcommands.c
+2
-1
No files found.
src/backend/commands/dbcommands.c
View file @
19055b78
...
...
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/commands/dbcommands.c,v 1.12
8 2003/11/29 19:51:47 pgsql
Exp $
* $PostgreSQL: pgsql/src/backend/commands/dbcommands.c,v 1.12
9 2003/12/15 22:56:44 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -362,6 +362,7 @@ createdb(const CreatedbStmt *stmt)
* rewrite to do it for ourselves.
*/
#ifndef WIN32
/* We might need to use cp -R one day for portability */
snprintf
(
buf
,
sizeof
(
buf
),
"cp -r '%s' '%s'"
,
src_loc
,
target_dir
);
if
(
system
(
buf
)
!=
0
)
{
...
...
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