Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > OK, new code is:
> >
> > ! *-*-qnx* | *beos* | *-*-sco3.2v5*)
> ^^^^^^^^^^^^^
>
> I would like to see an explanation for this.
The patch section is below. Not knowing the platform, I have no idea
why.
case $host_platform in
! *-*-qnx* | *beos* | *-*-sco3.2v5*)
unix_sockets=no;;
*)
unix_sockets=yes;;
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026