mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Fix whitespace
This commit is contained in:
@@ -253,7 +253,7 @@ GetUserMapping(Oid userid, Oid serverid)
|
||||
*
|
||||
* If missing_ok is true, the function returns InvalidOid when it does not find
|
||||
* required user mapping. Otherwise, find_user_mapping() throws error if it
|
||||
* does not find required user mapping.
|
||||
* does not find required user mapping.
|
||||
*/
|
||||
Oid
|
||||
GetUserMappingId(Oid userid, Oid serverid, bool missing_ok)
|
||||
|
Reference in New Issue
Block a user