diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-19 16:38:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-19 16:38:49 -0400 |
commit | a0841ecd2518d4505b96132b764b918ab5d21ad4 (patch) | |
tree | 3bacfee7e645f3c9fd86427e0ee68a159f88d5da /src/backend/utils/adt/jsonb_util.c | |
parent | f097d70b7227c1f9aa2ed0af1d6deb05367ef657 (diff) | |
download | postgresql-a0841ecd2518d4505b96132b764b918ab5d21ad4.tar.gz postgresql-a0841ecd2518d4505b96132b764b918ab5d21ad4.zip |
Update obsolete comment.
Peter Geoghegan
Diffstat (limited to 'src/backend/utils/adt/jsonb_util.c')
-rw-r--r-- | src/backend/utils/adt/jsonb_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/jsonb_util.c b/src/backend/utils/adt/jsonb_util.c index 364751d7ba7..b741db66e90 100644 --- 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 |