Re: [HACKERS] Latest src tree

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: maycock(at)intelliquest(dot)com
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Latest src tree
Date: 1998-01-16 21:35:49
Message-ID: 199801162135.QAA17643@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)candle(dot)pha(dot)pa(dot)us

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-16 22:48:24 Re: [HACKERS] Re: varchar() troubles (fwd)
Previous Message Ramon Krikken 1998-01-16 21:05:29 Compiling libs only