pgsql: Don't handle PUBLIC/NONE separately

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't handle PUBLIC/NONE separately
Date: 2015-07-20 16:47:49
Message-ID: E1ZHEEH-0002J3-O9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't handle PUBLIC/NONE separately

Since those role specifiers are checked in the grammar, there's no need
for the old checks to remain in place after 31eae6028ec. Remove them.

Backpatch to 9.5.

Noted and patch by Jeevan Chalke

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/869eb8416255da99fe5ba1f6d98e52a41999d30e

Modified Files
--------------
src/backend/commands/user.c | 14 --------------
1 file changed, 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-20 19:46:35 pgsql: Sanity-check that a page zeroed by redo routine is marked with W
Previous Message Teodor Sigaev 2015-07-20 15:19:22 pgsql: This supports the triconsistent function for pg_trgm GIN opclass