diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2020-12-29 23:35:38 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2020-12-29 23:35:38 +0300 |
commit | d1d61a8b23b604faf797695eeacaa5da4fe64762 (patch) | |
tree | 1ebbd7ca6b59d9332c2e267683e9dd6c48e26624 /src/backend/utils/adt/jsonb_util.c | |
parent | 4d7684cc754f312aee468abb83ca4f7da94b30a3 (diff) | |
download | postgresql-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