Re: Terminating pg_basebackup background streamer - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Terminating pg_basebackup background streamer
Date
Msg-id 04d83c16-7ef2-4d41-b43c-a6a45924435d@email.android.com
Whole thread Raw
In response to Re: Terminating pg_basebackup background streamer  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On February 12, 2014 10:34:47 PM CET, Magnus Hagander <magnus@hagander.net> wrote:
>On Wed, Feb 12, 2014 at 10:28 PM, Peter Eisentraut <peter_e@gmx.net>
>wrote:
>
>> On 2/12/14, 12:47 PM, Magnus Hagander wrote:
>> > Since there were no other objections, I've applied this patch.
>>
>> I'm getting a compiler warning:
>>
>> pg_basebackup.c:105:3: error: implicit declaration of function 'kill'
>> [-Werror=implicit-function-declaration]
>>
>
>What platform is that? And do you know which header the declaration
>actually lives in? I don't see it here...

Should be in the signal.h you added a bit later according to posix.

Andres

--- 
Please excuse brevity and formatting - I am writing this on my mobile phone.



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: narwhal and PGDLLIMPORT
Next
From: Peter Eisentraut
Date:
Subject: Re: Terminating pg_basebackup background streamer