summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorMichael P2012-01-10 03:05:43 +0000
committerMichael P2012-01-10 03:05:43 +0000
commit52d80a9ee69b94e7be5850a449b5ff9c041eea67 (patch)
tree0e2b83966633fcb4aefe58fda9593c7f8621232f /src/backend/tcop/postgres.c
parentc461c74182e6ca61f0c13779f1a3b821e111d888 (diff)
Support for EXPLAIN with remote DML planning
When running an explain query with DML that need Coordinator to be generated, additional remote query plans in ModifyTable are printed. Those plans are created by create_remoteinsert_plan, create_remoteupdate_plan and create_remotedelete_plan in createplan.c This commit also includes a fix for remote DML plans related to the scan relation ID used. The relation ID was used but the correct way is to use its Index when referring to the table list in Scan plan.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions