Apply attrMap over the Var nodes in an expression. */
| 4206 | |
| 4207 | /* Apply attrMap over the Var nodes in an expression. */ |
| 4208 | Node * |
| 4209 | attrMapExpr(TupleConversionMap *map, Node *expr) |
| 4210 | { |
| 4211 | return apply_attrmap_mutator(expr, map); |
| 4212 | } |
| 4213 | |
| 4214 | /* |
| 4215 | * Adjust INSERT/UPDATE/DELETE count for replicated table ON QD |
nothing calls this directly
no test coverage detected