Thread: Latest src tree
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
postmaster -i > > > > > > 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 > > > > -- Bruce Momjian maillist@candle.pha.pa.us