diff options
author | Nathan Angelacos <nangel@alpinelinux.org> | 2016-01-07 19:46:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-08 12:38:43 +0000 |
commit | 8519a185c72bbf961d12f39531757d0a95280874 (patch) | |
tree | 4716ef55bc6f07f825b111f2af7a7c6e4590ce8a /main/postgresql/initdb.patch | |
parent | 7c32f6f6fccef9cc455e660734b54d500f712b2c (diff) | |
download | aports-8519a185c72bbf961d12f39531757d0a95280874.tar.bz2 aports-8519a185c72bbf961d12f39531757d0a95280874.tar.xz |
main/postgresql version bump to 9.5.0
Diffstat (limited to 'main/postgresql/initdb.patch')
-rw-r--r-- | main/postgresql/initdb.patch | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/main/postgresql/initdb.patch b/main/postgresql/initdb.patch index e919d9fc1b..8edf7db1e5 100644 --- a/main/postgresql/initdb.patch +++ b/main/postgresql/initdb.patch @@ -1,18 +1,16 @@ ---- ./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 @@ +diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c +index feeff9e..e6a4536 100644 +--- a/src/bin/initdb/initdb.c ++++ b/src/bin/initdb/initdb.c +@@ -3641,10 +3641,7 @@ main(int argc, char *argv[]) strlcpy(bin_dir, argv[0], sizeof(bin_dir)); get_parent_directory(bin_dir); - printf(_("\nSuccess. You can now start the database server using:\n\n" -- " %s%s%spostgres%s -D %s%s%s\n" -- "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, pgdata_native, QUOTE_PATH, -- QUOTE_PATH, bin_dir, (strlen(bin_dir) > 0) ? DIR_SEP : "", QUOTE_PATH, - QUOTE_PATH, pgdata_native, QUOTE_PATH); -- + printf(_("\nSuccess.\n\n")); + return 0; } |