diff options
author | Etsuro Fujita | 2025-08-08 01:50:00 +0000 |
---|---|---|
committer | Etsuro Fujita | 2025-08-08 01:50:00 +0000 |
commit | 62a1211d3389095b685a4f80f7b864794cf114f6 (patch) | |
tree | 5a505845e06f48d12f3657aeed59a135db46aa7d /src/customize | |
parent | 84b32fd2283090b2ab87dc38445d487e98e9e231 (diff) |
Commit 9e6104c66 disallowed transition tables on foreign tables, but
failed to account for cases where a foreign table is a child table of a
partitioned/inherited table on which transition tables exist, leading to
incorrect transition tuples collected from such foreign tables for
queries on the parent table triggering transition capture. This
occurred not only for inherited UPDATE/DELETE but for partitioned INSERT
later supported by commit 3d956d956, which should have handled it at
least for the INSERT case, but didn't.
To fix, modify ExecAR*Triggers to throw an error if the given relation
is a foreign table requesting transition capture. Also, this commit
fixes make_modifytable so that in case of an inherited UPDATE/DELETE
triggering transition capture, FDWs choose normal operations to modify
child foreign tables, not DirectModify; which is needed because they
would otherwise skip the calls to ExecAR*Triggers at execution, causing
unexpected behavior.
Author: Etsuro Fujita <etsuro.fujita@gmail.com>
Reviewed-by: Amit Langote <amitlangote09@gmail.com>
Discussion: https://postgr.es/m/CAPmGK14QJYikKzBDCe3jMbpGENnQ7popFmbEgm-XTNuk55oyHg%40mail.gmail.com
Backpatch-through: 13
Diffstat (limited to 'src/customize')
0 files changed, 0 insertions, 0 deletions