pgsql: Don't make "replication" magical as a user name, only as a datab

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't make "replication" magical as a user name, only as a datab
Date: 2011-04-12 11:46:18
Message-ID: E1Q9c30-0000eO-Ow@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't make "replication" magical as a user name, only as a database name, in pg_hba.conf.

Per gripe from Josh Berkus. Backported from commit ed557a373c406bbb2a1843544ebbd856ca4cac47.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/290bb9b61c64afdb7b733837c0a00427b58745aa

Modified Files
--------------
src/backend/libpq/hba.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Achernow 2011-04-12 12:57:45 libpqtypes - libpqtypes: remove the orig_xxx and regtype members from
Previous Message Tom Lane 2011-04-12 06:05:55 pgsql: Suppress compiler warnings about "value computed is not used".