diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-05-28 23:44:31 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-05-28 23:48:02 +0300 |
commit | d1d50bff247f189a6a1477596cdbd52d097089a0 (patch) | |
tree | c20a56e5bafb3cfe872a3bc10d53a11d40081411 /src/include/postgres.h | |
parent | b3e5cfd5f979054e31d60adafd9e75bf9c38549a (diff) | |
download | postgresql-d1d50bff247f189a6a1477596cdbd52d097089a0.tar.gz postgresql-d1d50bff247f189a6a1477596cdbd52d097089a0.zip |
Minor refactoring of jsonb_util.c
The only caller of compareJsonbScalarValue that needed locale-sensitive
comparison of strings was also the only caller that didn't just check for
equality. Separate the two cases for clarity: compareJsonbScalarValue now
does locale-sensitive comparison, and a new function,
equalsJsonbScalarValue, just checks for equality.
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions