Make libpq default to localhost connections on machines without Unix-domain

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d9236a69fc2c510f8f165cba3bd9c991440c1ee0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-12-28T23:17:54Z
Releases: 8.0.0
Make libpq default to localhost connections on machines without Unix-domain
sockets, rather than failing as it formerly did.  Revert the
thereby-obsoleted patch to make psql supply the localhost default.

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +15 −5
doc/src/sgml/ref/psql-ref.sgml modified +15 −10
src/bin/psql/startup.c modified +1 −6
src/interfaces/libpq/fe-connect.c modified +8 −4