postgresql/src/backend/utils
Tom Lane c3d8de0907 Disregard superuserness when checking to see if a role GRANT would
create circularity of role memberships.  This is a minimum-impact fix
for the problem reported by Florian Pflug.  I thought about removing
the superuser_arg test from is_member_of_role() altogether, as it seems
redundant for many of the callers --- but not all, and it's way too late
in the 8.1 cycle to be making large changes.  Perhaps reconsider this
later.
2005-11-04 17:25:15 +00:00
..
adt Disregard superuserness when checking to see if a role GRANT would 2005-11-04 17:25:15 +00:00
cache Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
error Rename the members of CommandDest enum so they don't collide with other uses of 2005-11-03 17:11:40 +00:00
fmgr Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
hash Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
init Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
mb Message corrections 2005-10-29 00:31:52 +00:00
misc Rename the members of CommandDest enum so they don't collide with other uses of 2005-11-03 17:11:40 +00:00
mmgr Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
resowner Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
sort Change trace_sort to output to the log, rather than the user's terminal. 2005-10-25 13:47:08 +00:00
time Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00