Commit e7f42914 authored by Magnus Hagander's avatar Magnus Hagander

Remove extra Success message at the end of initdb

This was accidentally included in e09155bd 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
parent 64990081
...@@ -3249,8 +3249,6 @@ main(int argc, char *argv[]) ...@@ -3249,8 +3249,6 @@ main(int argc, char *argv[])
start_db_cmd->data); start_db_cmd->data);
destroyPQExpBuffer(start_db_cmd); destroyPQExpBuffer(start_db_cmd);
printf(_("\nSuccess.\n"));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment