Whoa,
Sorry. Bad memory. Wrong way around. It's *supposed* to use TCP
instead of Unix Domain Sockets.
My apologies.
Regards and best wishes,
Justin Clift
Peter Lauko wrote:
>
> Hi!
> Well, you write just the opposite in installation guide:
>
> "19. Run the regression tests to make sure the compilation worked
> Firstly though you'll need to edit the src/test/regress/pg_regress.sh script to use TCP instead of UNIX domain
sockets
> $ cd src/test/regress
> $ sed "s/beos/beos\* | \*solaris/" pg_regress.sh > pg_regress.tmp
> $ mv pg_regress.tmp pg_regress.sh
> $ cd ../../..
> $ make check"
>
> I've done this, so that pg_regress.sh looks this way:
>
> case $host_platform in
> *-*-qnx* | *beos* | *solaris*)
> unix_sockets=no;;
> *)
> unix_sockets=yes;;
> esac
>
> It seems that I use tcp. So, which one is the good one?
> bye, Peter
>
> Justin Clift <justin@postgresql.org> wrote:
>
> > Ouch...
> >
> > Did you definitely make sure it was doing the test with Unix Domain
> > Sockets instead of via TCP (it's a search and replace, as per that
> > Installation Guide)? If so, then the test results are accurate and it
> > could be a problem.
> >
> > Regards and best wishes,
> >
> > Justin Clift
--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi