Re: bug in update tuple routing with foreign partitions

Amit Langote <langote_amit_f8@lab.ntt.co.jp>

From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-04-19T04:17:22Z
Lists: pgsql-hackers
On 2019/04/19 13:00, Amit Langote wrote:
> BTW, do you think we should update the docs regarding the newly
> established limitation of row movement involving foreign tables?

Ah, maybe not, because it's a postgres_fdw limitation, not of the core
tuple routing feature.  OTOH, we don't mention at all in postgres-fdw.sgml
that postgres_fdw supports tuple routing.  Maybe we should and list this
limitation or would it be too much burden to maintain?

Thanks,
Amit




Commits

  1. postgres_fdw: Fix incorrect handling of row movement for remote partitions.