| 750 | } |
| 751 | |
| 752 | static void |
| 753 | freePartEveryIterator(PartEveryIterator *iter) |
| 754 | { |
| 755 | if (iter->estate) |
| 756 | FreeExecutorState(iter->estate); |
| 757 | } |
| 758 | |
| 759 | /* |
| 760 | * Return next partition bound in START/END/EVERY specification. |
no test coverage detected