| 1127 | } |
| 1128 | |
| 1129 | void |
| 1130 | ExecSquelchMemoize(MemoizeState *node, bool force) |
| 1131 | { |
| 1132 | node->ss.ps.squelched = true; |
| 1133 | ExecSquelchNode(outerPlanState(node), force); |
| 1134 | } |
| 1135 | |
| 1136 | /* |
| 1137 | * ExecEstimateCacheEntryOverheadBytes |
no test coverage detected