mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Not sure if this is the right place, but add a prototype for
Bryan's superuser() function
This commit is contained in:
parent
d2aa40517a
commit
d46d53387f
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: pg_user.h,v 1.2 1996/10/31 09:48:00 scrappy Exp $
|
* $Id: pg_user.h,v 1.3 1996/11/03 23:49:07 scrappy Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* the genbki.sh script reads this file and generates .bki
|
* the genbki.sh script reads this file and generates .bki
|
||||||
@ -18,12 +18,10 @@
|
|||||||
#ifndef PG_USER_H
|
#ifndef PG_USER_H
|
||||||
#define PG_USER_H
|
#define PG_USER_H
|
||||||
|
|
||||||
/* ----------------
|
|
||||||
* postgres.h contains the system type definintions and the
|
/* Prototype required for superuser() from superuser.c */
|
||||||
* CATALOG(), BOOTSTRAP and DATA() sugar words so this file
|
|
||||||
* can be read by both genbki.sh and the C compiler.
|
bool superuser(void);
|
||||||
* ----------------
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* ----------------
|
/* ----------------
|
||||||
* pg_user definition. cpp turns this into
|
* pg_user definition. cpp turns this into
|
||||||
|
Loading…
Reference in New Issue
Block a user