mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
Remove long-dead comments.
These should've been dropped by a8bb8eb58, but evidently were missed. Not important enough to back-patch.
This commit is contained in:
parent
dce988145f
commit
0973f5602c
@ -1445,8 +1445,6 @@ roleSpecsToIds(List *memberNames)
|
|||||||
* memberIds: OIDs of roles to add
|
* memberIds: OIDs of roles to add
|
||||||
* grantorId: who is granting the membership
|
* grantorId: who is granting the membership
|
||||||
* admin_opt: granting admin option?
|
* admin_opt: granting admin option?
|
||||||
*
|
|
||||||
* Note: caller is responsible for calling auth_file_update_needed().
|
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
AddRoleMems(const char *rolename, Oid roleid,
|
AddRoleMems(const char *rolename, Oid roleid,
|
||||||
@ -1589,8 +1587,6 @@ AddRoleMems(const char *rolename, Oid roleid,
|
|||||||
* memberSpecs: list of RoleSpec of roles to del (used only for error messages)
|
* memberSpecs: list of RoleSpec of roles to del (used only for error messages)
|
||||||
* memberIds: OIDs of roles to del
|
* memberIds: OIDs of roles to del
|
||||||
* admin_opt: remove admin option only?
|
* admin_opt: remove admin option only?
|
||||||
*
|
|
||||||
* Note: caller is responsible for calling auth_file_update_needed().
|
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
DelRoleMems(const char *rolename, Oid roleid,
|
DelRoleMems(const char *rolename, Oid roleid,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user