| 1227 | } |
| 1228 | |
| 1229 | static uint64 |
| 1230 | CopyToQueryOnSegment(CopyToState cstate) |
| 1231 | { |
| 1232 | Assert(Gp_role != GP_ROLE_EXECUTE); |
| 1233 | |
| 1234 | /* run the plan --- the dest receiver will send tuples */ |
| 1235 | ExecutorRun(cstate->queryDesc, ForwardScanDirection, 0L, true); |
| 1236 | return 0; |
| 1237 | } |
| 1238 | |
| 1239 | /* |
| 1240 | * CopyGetAttnums - build an integer list of attnums to be copied |