Re: Rename of triggers for partitioned tables - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Rename of triggers for partitioned tables
Date
Msg-id 202107201442.6xjna3tlenmd@alvherre.pgsql
Whole thread Raw
In response to Re: Rename of triggers for partitioned tables  (Arne Roland <A.Roland@index.de>)
List pgsql-hackers
On 2021-Jul-20, Arne Roland wrote:

> Thank you! I get a compile time error

> trigger.c:1588:17: note: in expansion of macro ‘PG_USED_FOR_ASSERTS_ONLY’
>   int  found = 0 PG_USED_FOR_ASSERTS_ONLY;
>                  ^~~~~~~~~~~~~~~~~~~~~~~~

Oh, I misplaced the annotation of course.  It has to be

   int  found PG_USED_FOR_ASSERTS_ONLY = 0;

-- 
Álvaro Herrera           39°49'30"S 73°17'W  —  https://www.EnterpriseDB.com/



pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Re: slab allocator performance issues
Next
From: Peter Eisentraut
Date:
Subject: Re: wrong relkind error messages