forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd1d61a8
committed
Improve the signature of internal multirange functions
There is a set of *_internal() functions exposed ininclude/utils/multirangetypes.h. This commit improves the signatures of thesefunctions 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 parent4d7684c commitd1d61a8
File tree
2 files changed
+153
-122
lines changed- src
- backend/utils/adt
- include/utils
2 files changed
+153
-122
lines changed0 commit comments
Comments
(0)