pgsql: Fix error messages from recent pg_hba parsing patch to use - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Fix error messages from recent pg_hba parsing patch to use
Date
Msg-id 20080915205504.E54F77545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix error messages from recent pg_hba parsing patch to use errcontext()
to indicate where the error occurred.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        hba.c (r1.167 -> r1.168)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.167&r2=1.168)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change hash indexes to store only the hash code rather than the
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix caching of foreign-key-checking queries so that when a replan