pgsql-server: Fix erroneous error message printout when a configuration - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Fix erroneous error message printout when a configuration
Date
Msg-id 20040525191114.BA05DD1B215@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix erroneous error message printout when a configuration file contains
an overlength token.  Printout was always garbage and could dump core
entirely :-(.  Per report from Martin Pitt.

Modified Files:
--------------
    pgsql-server/src/backend/libpq:
        hba.c (r1.121 -> r1.122)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/libpq/hba.c.diff?r1=1.121&r2=1.122)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Fix set_pglocale to properly pass my_exec_path to
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Fix erroneous error message printout when a configuration