Latest src tree

Поиск
Список
Период
Сортировка
От maycock@intelliquest.com
Тема Latest src tree
Дата
Msg-id 8525658E.007373BC.00@notesatl.pcpipeline.com
обсуждение исходный текст
Ответы Re: [HACKERS] Latest src tree  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Phil Thompson
Дата:
Сообщение: Re: [HACKERS] Re: New pg_pwd patch and stuff
Следующее
От: Ramon Krikken
Дата:
Сообщение: Compiling libs only