mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Revert "Flush Memoize cache when non-key parameters change"
This reverts commit 1050048a31
.
This commit is contained in:
@ -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;
|
||||
|
||||
/* ----------------
|
||||
|
Reference in New Issue
Block a user