pgsql: Fix error messages from recent pg_hba parsing patch to use

Lists: pgsql-committers
From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix error messages from recent pg_hba parsing patch to use
Date: 2008-09-15 20:55:04
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: 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)