summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2010-04-19 19:02:18 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2010-04-19 19:02:18 +0000
commitcfac702223a904fb7db55db2084ac68611fd95dc (patch)
tree5ff89850daaf4d44cb950a22464bdfe289bdc17f /src/include
parent7bc76d51fbac35950ae5e5d05535bdc33f93b42c (diff)
Add new message for explicit rejection by pg_hba.conf. Implicit
rejection retains same message as before.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/libpq/hba.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h
index 54261bba61d..5f1365e3ba6 100644
--- a/src/include/libpq/hba.h
+++ b/src/include/libpq/hba.h
@@ -4,7 +4,7 @@
* Interface to hba.c
*
*
- * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.61 2010/01/27 12:12:00 mha Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.62 2010/04/19 19:02:18 sriggs Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,6 +18,7 @@
typedef enum UserAuth
{
uaReject,
+ uaImplicitReject,
uaKrb5,
uaTrust,
uaIdent,