Re: Bug in ExecModifyTable function and trigger issues for foreign tables

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: Ildus Kurbangaliev <i(dot)kurbangaliev(at)postgrespro(dot)ru>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug in ExecModifyTable function and trigger issues for foreign tables
Date: 2017-05-15 10:02:31
Message-ID: CAFiTN-u6esmPzEUm5epzT1G1-wuEfQjf0Fz_nEST5dhNOr9rqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 15, 2017 at 2:46 PM, Ildus Kurbangaliev
<i(dot)kurbangaliev(at)postgrespro(dot)ru> wrote:
> Hi,
> planSlot contains already projected tuple, you can't use it as oldtuple.
> I think problem is that `rewriteTargetListUD` called only for parent
> relation, so there is no `wholerow` attribute for foreign tables.

Oh, right!

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2017-05-15 10:30:13 Re: Server Crashes if try to provide slot_name='none' at the time of creating subscription.
Previous Message Kuntal Ghosh 2017-05-15 09:49:45 Re: Create publication syntax is not coming properly in pg_dump / pg_dumpall