projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f097d70
)
Update obsolete comment.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 19 May 2014 20:38:49 +0000
(16:38 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 19 May 2014 20:38:49 +0000
(16:38 -0400)
Peter Geoghegan
src/backend/utils/adt/jsonb_util.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/jsonb_util.c
b/src/backend/utils/adt/jsonb_util.c
index 364751d7ba7eba28c91a18dedf44db860aca37f1..b741db66e90516eff1069fb07ed30b8221583f12 100644
(file)
--- a/
src/backend/utils/adt/jsonb_util.c
+++ b/
src/backend/utils/adt/jsonb_util.c
@@
-1462,7
+1462,7
@@
convertJsonbScalar(StringInfo buffer, JEntry *jentry, JsonbValue *scalarVal)
/*
* Compare two jbvString JsonbValue values, a and b.
*
- * This is a special qsort
_arg
() comparator used to sort strings in certain
+ * This is a special qsort() comparator used to sort strings in certain
* internal contexts where it is sufficient to have a well-defined sort order.
* In particular, object pair keys are sorted according to this criteria to
* facilitate cheap binary searches where we don't care about lexical sort