pgsql-server/src/backend/libpq hba.c - Mailing list pgsql-committers

From [email protected] (Bruce Momjian - CVS)
Subject pgsql-server/src/backend/libpq hba.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    02/12/14 13:49:37

Modified files:
    src/backend/libpq: 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


pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/libpq Tag: REL7_3_STA ...
Next
From: [email protected] (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/src/backend/libpq Tag: REL7_3_STA ...