Re: Issue in ExecCleanupTupleRouting()
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Date: 2019-04-15T10:16:09Z
Lists: pgsql-hackers
(2019/04/15 13:32), David Rowley wrote: > On Fri, 12 Apr 2019 at 01:06, Etsuro Fujita<fujita.etsuro@lab.ntt.co.jp> wrote: >> While working on an update-tuple-routing bug in postgres_fdw [1], I >> noticed this change to ExecCleanupTupleRouting() made by commit >> 3f2393edefa5ef2b6970a5a2fa2c7e9c55cc10cf: > > Added to open items list. Thanks! I moved this item to resolved ones. Best regards, Etsuro Fujita
Commits
-
Fix thinko in ExecCleanupTupleRouting().
- 3a45321a4917 12.0 landed
-
Redesign initialization of partition routing structures
- 3f2393edefa5 12.0 cited