| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Magnus Hagander <magnus(at)hagander(dot)net>,Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Terminating pg_basebackup background streamer |
| Date: | 2014-02-12 21:52:37 |
| Message-ID: | 04d83c16-7ef2-4d41-b43c-a6a45924435d@email.android.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On February 12, 2014 10:34:47 PM CET, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>On Wed, Feb 12, 2014 at 10:28 PM, Peter Eisentraut <peter_e(at)gmx(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2014-02-12 21:53:31 | Re: Terminating pg_basebackup background streamer |
| Previous Message | Andres Freund | 2014-02-12 21:50:46 | Re: narwhal and PGDLLIMPORT |