Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e7f4291

Browse files
committed
Remove extra Success message at the end of initdb
This was accidentally included in e09155b 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
1 parent 6499008 commit e7f4291

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/initdb/initdb.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3249,8 +3249,6 @@ main(int argc, char *argv[])
32493249
start_db_cmd->data);
32503250

32513251
destroyPQExpBuffer(start_db_cmd);
3252-
3253-
printf(_("\nSuccess.\n"));
32543252
}
32553253

32563254

0 commit comments

Comments
 (0)