Re: [bug fix] "pg_ctl stop" times out when it should respond quickly - Mailing list pgsql-hackers

From MauMau
Subject Re: [bug fix] "pg_ctl stop" times out when it should respond quickly
Date
Msg-id 391DE5AF03594C9A9DD425F578B94268@maumau
Whole thread Raw
In response to Re: [bug fix] "pg_ctl stop" times out when it should respond quickly  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [bug fix] "pg_ctl stop" times out when it should respond quickly  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
From: "Peter Eisentraut" <peter_e@gmx.net>
> On 12/25/13, 6:40 AM, MauMau wrote:
>> pg_regress must wait for postgres to terminate by calling waitpid(),
>> because it invoked postgres directly.  The attached
>> pg_regress_pg_stop.patch does this.  If you like the combination of this
>> and the original fix for pg_ctl in one patch, please use
>> pg_stop_fail_v3.patch.
>
> This patch doesn't apply.

Is that true?  Today, I downloaded the following file (whose timestamp was 
2014-Jan-04), and could apply pg_stop_fail_v3.patch cleanly.  The "make 
check" succeeded.

http://ftp.postgresql.org/pub/snapshot/dev/postgresql-snapshot.tar.gz

Could you confirm again and tell me what problem is happening?

Regards
MauMau




pgsql-hackers by date:

Previous
From: "MauMau"
Date:
Subject: Re: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris
Next
From: "MauMau"
Date:
Subject: Re: [bug fix] multibyte messages are displayed incorrectly on the client