aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonb_util.c
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2020-12-29 23:35:38 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2020-12-29 23:35:38 +0300
commitd1d61a8b23b604faf797695eeacaa5da4fe64762 (patch)
tree1ebbd7ca6b59d9332c2e267683e9dd6c48e26624 /src/backend/utils/adt/jsonb_util.c
parent4d7684cc754f312aee468abb83ca4f7da94b30a3 (diff)
downloadpostgresql-d1d61a8b23b604faf797695eeacaa5da4fe64762.tar.gz
postgresql-d1d61a8b23b604faf797695eeacaa5da4fe64762.zip
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.
Diffstat (limited to 'src/backend/utils/adt/jsonb_util.c')
0 files changed, 0 insertions, 0 deletions