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/