| 1140 | |
| 1141 | |
| 1142 | void |
| 1143 | doSendEndOfStream(Motion *motion, MotionState *node) |
| 1144 | { |
| 1145 | /* |
| 1146 | * We have no more child tuples, but we have not successfully sent an |
| 1147 | * End-of-Stream token yet. |
| 1148 | */ |
| 1149 | SendEndOfStream(node->ps.state->motionlayer_context, |
| 1150 | node->ps.state->interconnect_context, |
| 1151 | motion->motionID); |
| 1152 | node->sentEndOfStream = true; |
| 1153 | } |
| 1154 | |
| 1155 | /* |
| 1156 | * A crufty confusing part of the current code is how contentId is used within |
no test coverage detected