diff options
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 1d3601e5942..49eb116f33b 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -58,10 +58,7 @@ usage(unsigned short int pager) { user = get_user_name(&errstr); if (!user) - { - pg_log_fatal("%s", errstr); - exit(EXIT_FAILURE); - } + pg_fatal("%s", errstr); } /* |