From dad20ad4709f602b4827a1ab2b0e715f36c548c3 Mon Sep 17 00:00:00 2001 From: David Rowley Date: Wed, 24 Nov 2021 15:27:43 +1300 Subject: Revert "Flush Memoize cache when non-key parameters change" This reverts commit 1050048a315790a505465bfcceb26eaf8dbc7e2e. --- src/include/nodes/execnodes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/nodes/execnodes.h') 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; /* ---------------- -- cgit v1.2.3