Re: pg_regress starting postmaster

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_regress starting postmaster
Date: 2006-09-24 16:04:11
Message-ID: 6422.1159113851@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> Actually, a second thought given that I was just bitten by the
> run-tests-as-admin-doesn't-work - should we use pg_ctl to start it?

No, not unless you'd like to break pg_regress's ability to kill the
postmaster --- we need the postmaster to be the direct child process.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-09-24 16:07:46 Re: PostgreSQL 8.2beta1 w/ VALUES
Previous Message Tom Lane 2006-09-24 16:03:12 Re: pg_regress starting postmaster