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
- postgres-fdw-cleanup.patch (text/x-diff) patch
(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
-
Remove now-unnecessary cast.
- a365f52d5831 11.0 landed
-
Fix interaction of foreign tuple routing with remote triggers.
- 37a3058bc7c8 11.0 landed