Re: PostgreSQL in Windows console and Ctrl-C

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Christian Ullrich <chris(at)chrullrich(dot)net>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: PostgreSQL in Windows console and Ctrl-C
Date: 2014-04-16 02:51:14
Message-ID: CAA4eK1+fmbwvxY49X4T7gSxYXDxV2Z+fwXFGz28385kYE2jhvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 15, 2014 at 11:53 PM, Christian Ullrich
<chris(at)chrullrich(dot)net> wrote:
> * From: Robert Haas
>> Why not just pass a command-line switch?
>
> Because, as I wrote in the message you are quoting, I did not think that
> having a command-line option for the sole purpose of telling the
> postmaster who its parent is was a suitable solution.
>
> I had already given up on that idea based on Amit's advice, and I will
> create a patch based on a command-line option.
>
> While I have you here, though, any suggestions on what the name of that
> option should be? I think --background is about right.

--background as switch name seems to be okay.

> Also, how should
> I treat the option on non-Windows platforms? Should it just not be there
> (= error), or be ignored if present?

I think ignored for non-windows is better way to proceed.

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2014-04-16 03:03:11 Re: [COMMITTERS] pgsql: Add TAP tests for client programs
Previous Message Amit Kapila 2014-04-16 02:46:06 Re: Dynamic Shared Memory stuff