Latest src tree

From: maycock(at)intelliquest(dot)com
To: hackers(at)postgresql(dot)org
Subject: Latest src tree
Date: 1998-01-16 20:07:49
Message-ID: 8525658E.007373BC.00@notesatl.pcpipeline.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

PG Version: CVSup src from 15:00 EST Jan 16, 1998
OS: Linux 2.0.30 (Slackware 3.3)

I am trying to test a patch I created for the pg_dump utility. I cvsuped
the latest sources
and created the patch. I used the following procedure:
1 configure --prefix=/usr/local/pgsql-test --with-pgport=7777
2 make
3 make install
4 /usr/local/pgsql-test/bin/initdb --pgdata=/usr/local/pgsql/data
--pglib=/usr/local/pgsql-test/lib
5 started the postmaster for the regression tests
6 tried to make runtest to do the regression tests and it could not
find the postmaster at port 7777
I looked at netstat and found the postmaster was using a UNIX domain
socket, but it seems that the regression
tests are not. How do I change the postmaster to use the TCP socket instead
of the UNIX domain socket.
I looked in the documentation with the src and did not see anything. It
appears that the docs have not
been update to be release with the beta.

Thanks,

Matt

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ramon Krikken 1998-01-16 21:05:29 Compiling libs only
Previous Message Phil Thompson 1998-01-16 19:45:14 Re: [HACKERS] Re: New pg_pwd patch and stuff