Attached patch makes minor adjustment to a comment that is no longer
accurate (as of commit ff7bbb01).

-- 
Peter Geoghegan
*** a/src/backend/utils/adt/jsonb_util.c
--- b/src/backend/utils/adt/jsonb_util.c
*************** convertJsonbScalar(StringInfo buffer, JE
*** 1462,1468 ****
  /*
   * Compare two jbvString JsonbValue values, a and b.
   *
!  * This is a special qsort_arg() 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
--- 1462,1468 ----
  /*
   * Compare two jbvString JsonbValue values, a and b.
   *
!  * 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
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to