diff options
| author | Jeff Bilyk <jbilyk@alpinelinux.org> | 2015-05-04 17:24:30 +0000 |
|---|---|---|
| committer | Jeff Bilyk <jbilyk@alpinelinux.org> | 2015-05-04 17:24:30 +0000 |
| commit | 9a77d3fa7ad4acce0dc2b607df9a2218142cbb26 (patch) | |
| tree | d6b3ce913f7769c6f073777f4a75605e8c446e28 /testing/postgresql-bdr/initdb.patch | |
| parent | f5297b280805aa0b0036d7bf8f4bcea12075c80a (diff) | |
| download | aports-9a77d3fa7ad4acce0dc2b607df9a2218142cbb26.tar.bz2 aports-9a77d3fa7ad4acce0dc2b607df9a2218142cbb26.tar.xz | |
main/postgresql-{bdr,bdr-extension}: moved from testing
Diffstat (limited to 'testing/postgresql-bdr/initdb.patch')
| -rw-r--r-- | testing/postgresql-bdr/initdb.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/postgresql-bdr/initdb.patch b/testing/postgresql-bdr/initdb.patch deleted file mode 100644 index e919d9fc1b..0000000000 --- a/testing/postgresql-bdr/initdb.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- ./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); - -- 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; - } |
