pgsql: Add new message for explicit rejection by pg_hba.conf.

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add new message for explicit rejection by pg_hba.conf.
Date: 2010-04-19 19:02:18
Message-ID: 20100419190218.CD2377541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add new message for explicit rejection by pg_hba.conf. Implicit
rejection retains same message as before.

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.198 -> r1.199)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.198&r2=1.199)
hba.c (r1.204 -> r1.205)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.204&r2=1.205)
pgsql/src/include/libpq:
hba.h (r1.61 -> r1.62)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/hba.h?r1=1.61&r2=1.62)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-04-20 00:26:06 pgsql: Update docs as to when WAL logging can be skipped.
Previous Message Simon Riggs 2010-04-19 18:17:56 Re: Re: [COMMITTERS] pgsql: Tune GetSnapshotData() during Hot Standby by avoiding loop