Re: Terminating pg_basebackup background streamer

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Terminating pg_basebackup background streamer
Дата
Msg-id 04d83c16-7ef2-4d41-b43c-a6a45924435d@email.android.com
обсуждение исходный текст
Ответ на Re: Terminating pg_basebackup background streamer  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: narwhal and PGDLLIMPORT
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Terminating pg_basebackup background streamer