pgsql/src/backend/libpq hba.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/libpq hba.c
Date: 2002-04-28 22:49:07
Message-ID: 20020428224907.4CC09475903@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-29 02:57:18 pgsql/doc FAQ_polish src/FAQ/FAQ_polish.html
Previous Message Tom Lane 2002-04-28 19:54:29 pgsql/src backend/nodes/copyfuncs.c backend/no ...