Thread: pgsql/src/backend/libpq hba.c

pgsql/src/backend/libpq hba.c

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/04/28 18:49:07

Modified files:
    src/backend/libpq: hba.c

Log message:
    Fix problem with new pg_hba.conf code where the same comparison function
    was incorrectly used for both qsort and bsearch.