mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Update obsolete comment.
Peter Geoghegan
This commit is contained in:
parent
f097d70b72
commit
a0841ecd25
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue