Minor cleanup of jsonb_util.c Move the functions around to group related functions together. Remove binequal argument from lengthCompareJsonbStringValue, moving that responsibility to lengthCompareJsonbPair. Fix typo in comment.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/ff7bbb0176a667aeb0577e4d48d651ffdb6afd50 Modified Files -------------- src/backend/utils/adt/jsonb_util.c | 378 ++++++++++++++++++------------------ 1 file changed, 187 insertions(+), 191 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
