diff options
Diffstat (limited to 'src/bin/psql/startup.c')
-rw-r--r-- | src/bin/psql/startup.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index 656b9f11d75..4def5ccb944 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.106 2004/11/27 18:51:07 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.107 2004/12/28 23:17:41 tgl Exp $ */ #include "postgres_fe.h" @@ -159,11 +159,6 @@ main(int argc, char *argv[]) pset.getPassword = false; #endif -#ifndef HAVE_UNIX_SOCKETS - /* default to localhost on platforms without unix sockets */ - options.host = "localhost"; -#endif - parse_psql_options(argc, argv, &options); if (!pset.popt.topt.fieldSep) |