mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
More cleanup of userid to be AclId rather than Oid.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/variable.c,v 1.71 2002/09/04 20:31:17 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/commands/variable.c,v 1.72 2002/12/05 04:04:42 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -526,7 +526,7 @@ show_server_encoding(void)
|
||||
const char *
|
||||
assign_session_authorization(const char *value, bool doit, bool interactive)
|
||||
{
|
||||
Oid usesysid;
|
||||
AclId usesysid;
|
||||
char *endptr;
|
||||
char *result;
|
||||
|
||||
|
Reference in New Issue
Block a user