pgsql-server/src/backend/libpq Tag: REL7_3_STA ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/libpq Tag: REL7_3_STA ...
Date: 2002-12-14 18:49:47
Message-ID: 20021214184947.1C1D4476110@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/12/14 13:49:46

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

Log message:
The actual segfault was caused by a double pfree(), but ISTM that
failing to find pg_hba.conf should be a fatal error anyway, so I
increased the priority of the elog() from LOG to FATAL and refactored
the code a little bit.

Neil Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-12-14 19:45:47 pgsql-server/src/tools RELEASE_CHANGES
Previous Message Bruce Momjian - CVS 2002-12-14 18:49:37 pgsql-server/src/backend/libpq hba.c