We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf097d70 commita0841ecCopy full SHA for a0841ec
src/backend/utils/adt/jsonb_util.c
@@ -1462,7 +1462,7 @@ convertJsonbScalar(StringInfo buffer, JEntry *jentry, JsonbValue *scalarVal)
1462
/*
1463
* Compare two jbvString JsonbValue values, a and b.
1464
*
1465
- * This is a specialqsort_arg() comparator used to sort strings in certain
+ * This is a specialqsort() comparator used to sort strings in certain
1466
* internal contexts where it is sufficient to have a well-defined sort order.
1467
* In particular, object pair keys are sorted according to this criteria to
1468
* facilitate cheap binary searches where we don't care about lexical sort