projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6499008
)
Remove extra Success message at the end of initdb
author
Magnus Hagander
<
[email protected]
>
Wed, 10 Feb 2021 17:21:55 +0000
(18:21 +0100)
committer
Magnus Hagander
<
[email protected]
>
Wed, 10 Feb 2021 17:21:55 +0000
(18:21 +0100)
This was accidentally included in
e09155bd62
and is redundant with the
lines right above it.
Reported-By: Peter Eisentraut
Discussion: https://postgr.es/m/
455845d1
-441d-cc40-d2a7-
b47f4e422489
@2ndquadrant.com
src/bin/initdb/initdb.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/initdb/initdb.c
b/src/bin/initdb/initdb.c
index 62540a1b37d5e79740435d1374eb77b4cb619407..b42a08a0958e0ac2023369b780a21a0bddf3ac75 100644
(file)
--- a/
src/bin/initdb/initdb.c
+++ b/
src/bin/initdb/initdb.c
@@
-3249,8
+3249,6
@@
main(int argc, char *argv[])
start_db_cmd->data);
destroyPQExpBuffer(start_db_cmd);
-
- printf(_("\nSuccess.\n"));
}