diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2019-04-15 19:01:09 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2019-04-15 19:01:09 +0900 |
commit | 3a45321a491711b556d2cf8f6904ab989b9d0b08 (patch) | |
tree | 9b7ee192ba793439dfa3d013d32d6c6f4f080e04 /src/backend/utils/adt/jsonpath.c | |
parent | abb9c63b2c00109183cdb9f588d2f23fc383ed38 (diff) | |
download | postgresql-3a45321a491711b556d2cf8f6904ab989b9d0b08.tar.gz postgresql-3a45321a491711b556d2cf8f6904ab989b9d0b08.zip |
Fix thinko in ExecCleanupTupleRouting().
Commit 3f2393edef changed ExecCleanupTupleRouting() so that it skipped
cleaning up subplan resultrels before calling EndForeignInsert(), but
that would cause an issue: when those resultrels were foreign tables,
the FDWs would fail to shut down. Repair by skipping it after calling
EndForeignInsert() as before.
Author: Etsuro Fujita
Reviewed-by: David Rowley and Amit Langote
Discussion: https://postgr.es/m/5CAF3B8F.2090905@lab.ntt.co.jp
Diffstat (limited to 'src/backend/utils/adt/jsonpath.c')
0 files changed, 0 insertions, 0 deletions