Re: Oddity in tuple routing for foreign partitions

Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>

From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>, Alvaro Herrera <alvherre@alvh.no-ip.org>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-05-02T11:06:15Z
Lists: pgsql-hackers

Attachments

(2018/05/02 15:45), Etsuro Fujita wrote:
> (2018/05/02 10:10), Amit Langote wrote:
>> On 2018/05/02 6:09, Andres Freund wrote:
>>> On 2018-05-01 13:41:32 -0400, Robert Haas wrote:
>>>> Committed.

Here is a small patch to remove a no-longer-needed cast in 
postgresBeginForeignInsert().

Best regards,
Etsuro Fujita

Commits

  1. Remove now-unnecessary cast.

  2. Fix interaction of foreign tuple routing with remote triggers.