Re: update tuple routing and triggers - Mailing list pgsql-hackers

From Amit Langote
Subject Re: update tuple routing and triggers
Date
Msg-id a5852710-e1ba-1fcb-9589-648d5625cc4d@lab.ntt.co.jp
Whole thread Raw
In response to Re: update tuple routing and triggers  (Amit Khandekar <amitdkhan.pg@gmail.com>)
List pgsql-hackers
On 2018/02/06 13:56, Amit Khandekar wrote:
> I was wondering whether the same duplicate result rels issue can arise
> for es_root_result_relations and es_result_relations. But I think for
> inserts, es_root_result_relations is NULL, and for updates, these two
> lists always have distinct set of relations. So this issue might not
> be there for these two lists.

Yeah, we don't need to worry about es_root_result_relations.

Thanks,
Amit



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: update tuple routing and triggers
Next
From: Pavan Deolasee
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11