Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d46d533

Browse files
committed
Not sure if this is the right place, but add a prototype for
Bryan's superuser() function
1 parent d2aa405 commit d46d533

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/include/catalog/pg_user.h

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_user.h,v 1.2 1996/10/31 09:48:00 scrappy Exp $
10+
* $Id: pg_user.h,v 1.3 1996/11/03 23:49:07 scrappy Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -18,12 +18,10 @@
1818
#ifndef PG_USER_H
1919
#define PG_USER_H
2020

21-
/* ----------------
22-
* postgres.h contains the system type definintions and the
23-
* CATALOG(), BOOTSTRAP and DATA() sugar words so this file
24-
* can be read by both genbki.sh and the C compiler.
25-
* ----------------
26-
*/
21+
22+
/* Prototype required for superuser() from superuser.c */
23+
24+
bool superuser(void);
2725

2826
/* ----------------
2927
* pg_user definition. cpp turns this into

0 commit comments

Comments
 (0)