diff options
author | Michael P | 2012-01-06 04:00:37 +0000 |
---|---|---|
committer | Michael P | 2012-01-06 04:00:37 +0000 |
commit | c461c74182e6ca61f0c13779f1a3b821e111d888 (patch) | |
tree | b6c3e052befdaf16659185c11a30ba09d9cf26bb /src/backend/tcop/postgres.c | |
parent | b7e0324dba613acb9c72391a511b5cd0bcc0e6f5 (diff) |
Support for remote DELETE planning and remove restrictions for UPDATE
This adds general support for DELETE query planning in standard planner
in case Postgres-XC planner falls back to standard planner. Now all the
DML plans follow the same logic by adding remoteQuery nodes to plan steps
of ModifyTable plans.
UPDATE has its restrictions removed by adding the CTID value for tuple
selection on remote nodes as a parameter in WHERE clause and in parameter
list associated with extended protocol of remote query.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions