]> 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)
commite52b690cf55f303839f12f8f1f136d2366d36298
tree72439ca35992d7a1c356b5edb4e73dcf9637f00b
parent97f3014647a5bd570032abd2b809d3233003f13f
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