1
0
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:
David Rowley
2021-11-24 15:27:43 +13:00
parent 1050048a31
commit dad20ad470
9 changed files with 3 additions and 142 deletions

View File

@@ -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)