Thread: pgsql: Make pg_hba parsing report all errors in the file before aborting

pgsql: Make pg_hba parsing report all errors in the file before aborting

From
mha@postgresql.org (Magnus Hagander)
Date:
Log Message:
-----------
Make pg_hba parsing report all errors in the file before aborting the load,
instead of just reporting the first one.

Selena Deckelmann

Modified Files:
--------------
    pgsql/src/backend/libpq:
        hba.c (r1.182 -> r1.183)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.182&r2=1.183)