File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* Copyright (c) 1994, Regents of the University of California
9
9
*
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 $
11
11
*
12
12
* NOTES
13
13
* the genbki.sh script reads this file and generates .bki
18
18
#ifndef PG_USER_H
19
19
#define PG_USER_H
20
20
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 );
27
25
28
26
/* ----------------
29
27
* pg_user definition. cpp turns this into
You can’t perform that action at this time.
0 commit comments