Refactor multirange_in() This commit preserves the logic of multirange_in() but makes it more clear what's going on. Also, this commit fixes the compiler warning spotted by the buildfarm.
Reported-by: Tom Lane Discussion: https://postgr.es/m/2246043.1609290699%40sss.pgh.pa.us Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/16d531a30a120d13cc3b460fba6570024a1fcfa8 Modified Files -------------- src/backend/utils/adt/multirangetypes.c | 46 +++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 16 deletions(-)
