We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdce9881 commit0973f56Copy full SHA for 0973f56
src/backend/commands/user.c
@@ -1445,8 +1445,6 @@ roleSpecsToIds(List *memberNames)
1445
* memberIds: OIDs of roles to add
1446
* grantorId: who is granting the membership
1447
* admin_opt: granting admin option?
1448
- *
1449
- * Note: caller is responsible for calling auth_file_update_needed().
1450
*/
1451
staticvoid
1452
AddRoleMems(constchar*rolename,Oidroleid,
@@ -1589,8 +1587,6 @@ AddRoleMems(const char *rolename, Oid roleid,
1589
1587
* memberSpecs: list of RoleSpec of roles to del (used only for error messages)
1590
1588
* memberIds: OIDs of roles to del
1591
* admin_opt: remove admin option only?
1592
1593
1594
1595
1596
DelRoleMems(constchar*rolename,Oidroleid,