From: | Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp> |
---|---|
To: | Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com> |
Cc: | Ildus Kurbangaliev <i(dot)kurbangaliev(at)postgrespro(dot)ru>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com> |
Subject: | Re: Bug in ExecModifyTable function and trigger issues for foreign tables |
Date: | 2017-07-19 10:21:04 |
Message-ID: | 280720c5-7aad-1136-6be3-654208c8f714@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2017/07/13 21:10, Etsuro Fujita wrote:
> Attached is an updated version of the patch.
Here is an updated version of the patch. Changes are:
* Modified rewrite_targetlist(), which is a new function added to
preptlist.c, so that we do const-simplification to junk TLEs that
AddForeignUpdateTargets() added, as that API allows the FDW to add junk
TLEs containing non-Var expressions to the query's targetlist.
* Updated docs in fdwhandler.sgml.
Best regards,
Etsuro Fujita
Attachment | Content-Type | Size |
---|---|---|
fix-rewrite-tlist-v2.patch | text/plain | 23.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | david.turon | 2017-07-19 11:00:54 | Re: JSONB - JSONB operator feature request |
Previous Message | Tatsuo Ishii | 2017-07-19 08:34:49 | Dealing with logical replication |