Re: obsolete comment in ExecBRUpdateTriggers()

2019-12-19 Thread Robert Haas
On Wed, Dec 18, 2019 at 1:49 AM Amit Langote wrote: > It seems that d986d4e87f6 forgot to update a comment upon renaming a variable. > > Attached fixes it. Committed and back-patched to v12. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company

obsolete comment in ExecBRUpdateTriggers()

2019-12-17 Thread Amit Langote
Hi, It seems that d986d4e87f6 forgot to update a comment upon renaming a variable. Attached fixes it. Thanks, Amit diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c index faeea16d21..99cb5bf557 100644 --- a/src/backend/commands/trigger.c +++ b/src/backend/commands/trig