Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.

From: "Kevin Grittner" <kgrittn(at)mail(dot)com>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: hlinnaka(at)iki(dot)fi,"PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.
Date: 2013-01-13 15:58:32
Message-ID: 20130113155835.324980@gmx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:

> Part of the trouble with detecting rogue postmasters it might have left
> lying around is that various things like to decide what port to run on,
> so it's not always easy for the buildfarm to know what it should be
> looking for.

For Linux, perhaps some form of lsof with the +D option?  Maybe?:

lsof +D "$PGDATA" -Fp | grep -E '^p[0-9]{1,5}$' | cut -c1- | xargs kill -9

-Kevin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2013-01-13 17:08:35 Re: [Pgbuildfarm-members] Version 4.10 of buildfarm client released.
Previous Message Dimitri Fontaine 2013-01-13 15:53:30 Re: erroneous restore into pg_catalog schema