Peter Eisentraut <peter_e@gmx.net> writes:
> In src/test/regress/pg_regress[.sh], line 163, change
> *-*-qnx* | *beos*)
> to
> *-*-qnx* | *beos* | *solaris*)
> and rerun the tests. This will avoid using Unix domain sockets, which are
> broken on Solaris.
I was just thinking that maybe pg_regress should have a command line
option to set unix_sockets=no, so that both connection options could
be exercised when there's doubt.
regards, tom lane