diff options
| author | David Rowley | 2021-11-24 02:27:43 +0000 |
|---|---|---|
| committer | David Rowley | 2021-11-24 02:27:43 +0000 |
| commit | dad20ad4709f602b4827a1ab2b0e715f36c548c3 (patch) | |
| tree | a6c96abbe3eae534d938d05539627b4f03d23f62 /src/include/nodes | |
| parent | 1050048a315790a505465bfcceb26eaf8dbc7e2e (diff) | |
Revert "Flush Memoize cache when non-key parameters change"
This reverts commit 1050048a315790a505465bfcceb26eaf8dbc7e2e.
Diffstat (limited to 'src/include/nodes')
| -rw-r--r-- | src/include/nodes/execnodes.h | 2 | ||||
| -rw-r--r-- | src/include/nodes/plannodes.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index ddc35293326..d96ace32e43 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -2113,8 +2113,6 @@ typedef struct MemoizeState * by bit, false when using hash equality ops */ MemoizeInstrumentation stats; /* execution statistics */ SharedMemoizeInfo *shared_info; /* statistics for parallel workers */ - Bitmapset *keyparamids; /* Param->paramids of expressions belonging to - * param_exprs */ } MemoizeState; /* ---------------- diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index be3c30704ad..f1328be3549 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -804,7 +804,6 @@ typedef struct Memoize uint32 est_entries; /* The maximum number of entries that the * planner expects will fit in the cache, or 0 * if unknown */ - Bitmapset *keyparamids; /* paramids from param_exprs */ } Memoize; /* ---------------- |
