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: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>, robertmhaas@gmail.com, alvherre@alvh.no-ip.org, pgsql-hackers@postgresql.org
Date: 2018-04-26T06:44:17Z
Lists: pgsql-hackers
(2018/04/26 15:39), Amit Langote wrote:
> On 2018/04/26 15:27, Etsuro Fujita wrote:
>> Here is a new version I'd like to propose for fixing this issue without
>> the former patch.

> Sorry, didn't notice this before sending my patch, which I also marked v7.
>
> It's a bit different than yours and has comments with excerpts from your
> earlier versions.  See if you find it helpful.

OK, will review your version.

Best regards,
Etsuro Fujita


Commits

  1. Remove now-unnecessary cast.

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