From: | Justin Clift <justin(at)postgresql(dot)org> |
---|---|
To: | Peter Lauko <laox(at)freemail(dot)hu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: problems on solaris 7 |
Date: | 2001-08-27 00:09:22 |
Message-ID: | 3B898FB2.30895068@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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(at)postgresql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Alex Knight | 2001-08-27 00:22:38 | RE: PL/java? |
Previous Message | Dr. Evil | 2001-08-26 23:51:35 | Re: PL/java? |