mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Revert "Flush Memoize cache when non-key parameters change"
This reverts commit 1050048a31
.
This commit is contained in:
@@ -540,8 +540,6 @@ bms_overlap_list(const Bitmapset *a, const List *b)
|
||||
|
||||
/*
|
||||
* bms_nonempty_difference - do sets have a nonempty difference?
|
||||
*
|
||||
* i.e., are any members set in 'a' that are not also set in 'b'.
|
||||
*/
|
||||
bool
|
||||
bms_nonempty_difference(const Bitmapset *a, const Bitmapset *b)
|
||||
|
Reference in New Issue
Block a user