Re: pgsql: Move cancel key generation to after forking the backend

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Move cancel key generation to after forking the backend
Date: 2024-07-29 13:23:06
Message-ID: 1156B285-B81B-4A5F-A1FE-F1616D216C68@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> On 29 Jul 2024, at 15:18, Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> wrote:
>
> Move cancel key generation to after forking the backend

longfin seems a tad sad about this one:

procsignal.c:87:3: error: redefinition of typedef 'ProcSignalHeader' is a C11 feature [-Werror,-Wtypedef-redefinition]
} ProcSignalHeader;
^
../../../../src/include/storage/procsignal.h:77:33: note: previous definition is here
typedef struct ProcSignalHeader ProcSignalHeader;
^
1 error generated.
make[4]: *** [procsignal.o] Error 1

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-07-29 13:23:47 pgsql: Fix compiler warning/error about typedef redefinitions
Previous Message Heikki Linnakangas 2024-07-29 13:18:14 pgsql: Move cancel key generation to after forking the backend