pgsql: Don't handle PUBLIC/NONE separately - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Don't handle PUBLIC/NONE separately
Date
Msg-id E1ZHEEH-0002J3-O9@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: This supports the triconsistent function for pg_trgm GIN opclass
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Don't handle PUBLIC/NONE separately