Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc
Date: 2019-02-27 16:35:18
Message-ID: 11199.1551285318@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andres Freund <andres(at)anarazel(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-02-27 17:18:02 pgsql: Initialize variable to silence compiler warning.
Previous Message Peter Eisentraut 2019-02-27 10:01:37 pgsql: Set cluster_name for PostgresNode.pm instances