Commit d1d61a8
committed
Improve the signature of internal multirange functions
There is a set of *_internal() functions exposed in
include/utils/multirangetypes.h. This commit improves the signatures of these
functions in two ways.
* Add const qualifies where applicable.
* Replace multirange typecache argument with range typecache argument.
Multirange typecache was used solely to find the range typecache. At the
same time, range typecache is easier for the caller to find.1 parent 4d7684c commit d1d61a8
File tree
2 files changed
+153
-122
lines changed- src
- backend/utils/adt
- include/utils
2 files changed
+153
-122
lines changed
0 commit comments