]> granicus.if.org Git - postgresql/commit
Don't handle PUBLIC/NONE separately
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 20 Jul 2015 16:47:15 +0000 (18:47 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 20 Jul 2015 16:47:15 +0000 (18:47 +0200)
commit869eb8416255da99fe5ba1f6d98e52a41999d30e
tree01c5a688f00fd4c6ad3d21cef61148838f18d88a
parent691c32f69a7efd6af9cda100c7e5ebf3b0c1937c
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
src/backend/commands/user.c