diff options
Diffstat (limited to 'main/postgresql/initdb.patch')
-rw-r--r-- | main/postgresql/initdb.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/postgresql/initdb.patch b/main/postgresql/initdb.patch index f2fad3f028..e919d9fc1b 100644 --- a/main/postgresql/initdb.patch +++ b/main/postgresql/initdb.patch @@ -1,6 +1,6 @@ ---- ./src/bin/initdb/initdb.c.orig -+++ ./src/bin/initdb/initdb.c -@@ -3317,14 +3317,6 @@ +--- ./src/bin/initdb/initdb.c.orig 2013-09-09 14:38:21.712409752 +0000 ++++ ./src/bin/initdb/initdb.c 2013-09-09 14:40:19.453755379 +0000 +@@ -3652,14 +3652,6 @@ strlcpy(bin_dir, argv[0], sizeof(bin_dir)); get_parent_directory(bin_dir); @@ -9,9 +9,9 @@ - "or\n" - " %s%s%spg_ctl%s -D %s%s%s -l logfile start\n\n"), - QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH, -- QUOTE_PATH, pg_data_native, QUOTE_PATH, +- QUOTE_PATH, pgdata_native, QUOTE_PATH, - QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH, -- QUOTE_PATH, pg_data_native, QUOTE_PATH); +- QUOTE_PATH, pgdata_native, QUOTE_PATH); - + printf(_("\nSuccess.\n\n")); return 0; |