diff options
author | Ashutosh Bapat | 2012-04-02 10:19:53 +0000 |
---|---|---|
committer | Ashutosh Bapat | 2012-04-02 10:19:53 +0000 |
commit | 76d3b40cba22469361215fd4937db84eb9d0ce6e (patch) | |
tree | a78bdbf0c5224095fed78326eb67ca52db31db4c /src/backend/executor/nodeModifyTable.c | |
parent | a40e4ef8d222bf9cdc3952e7af668864949b0d00 (diff) |
Query deparser can not handle PlaceHolderVar nodes. PlaceHolderVar node is added when
subqueries are pulled up. They are removed before execution starts by function
fix_scan_expr() for scan nodes. This function is static to setrefs.c, and thus
needs a wrapper to expose it outside that file. In create_remotequery_plan()
apply fix_scan_expr() on the target list and quals to remove PlaceHolderVar
nodes from those.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions