Re: Inconsistent trigger behavior between two temporal leftovers - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: Inconsistent trigger behavior between two temporal leftovers
Date
Msg-id CAN4CZFMECdY4eJzd207Z0jn5Hq_AtBHzCrvhFNteRYVN0Ru8tg@mail.gmail.com
Whole thread
In response to Re: Inconsistent trigger behavior between two temporal leftovers  (Sergei Patiakin <sergei.patiakin@enterprisedb.com>)
Responses Re: Inconsistent trigger behavior between two temporal leftovers
List pgsql-hackers
Hello

+ /*
+ * Re-copy the original row into leftoverSlot because
+ * ExecInsert may pass leftoverSlot to BEFORE INSERT
+ * triggers, which can modify the slot contents.
+ */

Shouldn't this mention BEFORE ROW INSERT triggers? Everywhere else the
comments/commit message/test is specific about this.



pgsql-hackers by date:

Previous
From: Ayush Tiwari
Date:
Subject: Re: Changing the state of data checksums in a running cluster
Next
From: Jacob Champion
Date:
Subject: Re: PSA: Planning to grease protocol connections during 19beta