Re: Regression tests versus the buildfarm environment - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Regression tests versus the buildfarm environment
Date
Msg-id 1281541360.26522.2.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Regression tests versus the buildfarm environment  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Regression tests versus the buildfarm environment  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Regression tests versus the buildfarm environment  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
On ons, 2010-08-11 at 09:55 -0400, Tom Lane wrote:
> BTW, I don't know why anyone would think that "a random number" would
> offer any advantage here.  I'd use the postmaster PID, which is
> guaranteed to be unique across the space that you're worried about.
> In fact, you could implement this off the existing postmaster.pid,
> no need for any new file.  What's lacking is the pg_ping protocol.

Why not just compare pg_backend_pid() with postmaster.pid?



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Regression tests versus the buildfarm environment
Next
From: Peter Eisentraut
Date:
Subject: Re: assertions and constraint triggers