Fix problem with new pg_hba.conf code where the same comparison function

Bruce Momjian <bruce@momjian.us>

Commit: ea43fec2580be46d37da0d20cf16327035e52358
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-04-28T22:49:07Z
Releases: 7.3.1
Fix problem with new pg_hba.conf code where the same comparison function
was incorrectly used for both qsort and bsearch.

Files

PathChange+/−
src/backend/libpq/hba.c modified +25 −10