Обсуждение: pgsql/src/backend/libpq hba.c

Поиск
Список
Период
Сортировка

pgsql/src/backend/libpq hba.c

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
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.