mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
More cleanup of userid to be AclId rather than Oid.
This commit is contained in:
@ -5,12 +5,14 @@
|
||||
*
|
||||
* Copyright (c) 2001, PostgreSQL Global Development Group
|
||||
*
|
||||
* $Id: pgstat.h,v 1.10 2001/11/05 17:46:31 momjian Exp $
|
||||
* $Id: pgstat.h,v 1.11 2002/12/05 04:04:51 momjian Exp $
|
||||
* ----------
|
||||
*/
|
||||
#ifndef PGSTAT_H
|
||||
#define PGSTAT_H
|
||||
|
||||
#include "miscadmin.h"
|
||||
|
||||
/* ----------
|
||||
* Paths for the statistics files. The %s is replaced with the
|
||||
* installations $PGDATA.
|
||||
@ -170,7 +172,7 @@ typedef struct PgStat_MsgHdr
|
||||
int m_backendid;
|
||||
int m_procpid;
|
||||
Oid m_databaseid;
|
||||
Oid m_userid;
|
||||
AclId m_userid;
|
||||
} PgStat_MsgHdr;
|
||||
|
||||
/* ----------
|
||||
|
Reference in New Issue
Block a user