Latest src tree - Mailing list pgsql-hackers

From maycock@intelliquest.com
Subject Latest src tree
Date
Msg-id 8525658E.007373BC.00@notesatl.pcpipeline.com
Whole thread Raw
Responses Re: [HACKERS] Latest src tree  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Phil Thompson
Date:
Subject: Re: [HACKERS] Re: New pg_pwd patch and stuff
Next
From: Ramon Krikken
Date:
Subject: Compiling libs only