Re: PostgreSQL in Windows console and Ctrl-C

From: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Christian Ullrich <chris(at)chrullrich(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL in Windows console and Ctrl-C
Date: 2014-04-11 02:32:06
Message-ID: CAJrrPGdMNA50scE6Ccf4=DqXJjER_U_2hKJLsUWCiM=VdPwuAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 11, 2014 at 12:12 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> On Fri, Apr 11, 2014 at 11:58:58AM +1000, Haribabu Kommi wrote:
>> On Fri, Apr 11, 2014 at 7:44 AM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>> >
>> > Can someone with Windows expertise comment on whether this should be
>> > applied?
>>
>> I tested the same in windows and it is working as specified.
>> The same background running server can be closed with ctrl+break command.
>
> OK. If I apply this, are you able to test to see if the problem is
> fixed?

I already tested in HEAD by applying the attached patch in the earlier mail.
with ctrl+c command the background process is not closed.
But with ctrl+break command the same can be closed.
if this behavior is fine, then we can apply patch.

Regards,
Hari Babu
Fujitsu Australia

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2014-04-11 02:38:01 Re: Get more from indices.
Previous Message Bruce Momjian 2014-04-11 02:12:54 Re: PostgreSQL in Windows console and Ctrl-C