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-0002J2-O4@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e52b690cf55f303839f12f8f1f136d2366d36298

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Don't handle PUBLIC/NONE separately
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Sanity-check that a page zeroed by redo routine is marked with W