Re: [bug fix] pg_ctl always uses the same event source

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, MauMau <maumau307(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [bug fix] pg_ctl always uses the same event source
Date: 2014-01-22 15:33:17
Message-ID: 10773.1390404797@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> writes:
> On Wed, Jan 22, 2014 at 6:54 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> I wonder if the port number wouldn't be a better choice. And that
>> could even be done without adding a parameter.

> We need this for register of event source which might be done before
> start of server.

So? Anything which can know the value of a GUC parameter can certainly
know the selected port number.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-01-22 15:34:58 Re: Changeset Extraction v7.1
Previous Message Pavel Stehule 2014-01-22 15:31:40 Re: patch: option --if-exists for pg_dump