Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc
Date
Msg-id 11199.1551285318@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Use slots in trigger infrastructure,except for the actual invoc  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Use slots in trigger infrastructure, except for theactual invoc
List pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> Use slots in trigger infrastructure, except for the actual invocation.

I believe it's this commit that is resulting in my compiler bleating
about

trigger.c: In function 'afterTriggerInvokeEvents':
trigger.c:4493: warning: 'rInfo' may be used uninitialized in this function

Please fix.

            regards, tom lane


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Set fallback_application_name for a walreceiver to cluster_name
Next
From: Andres Freund
Date:
Subject: pgsql: Initialize variable to silence compiler warning.