We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aa405 commit d46d533Copy full SHA for d46d533
src/include/catalog/pg_user.h
@@ -7,7 +7,7 @@
7
*
8
* Copyright (c) 1994, Regents of the University of California
9
10
- * $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 $
11
12
* NOTES
13
* the genbki.sh script reads this file and generates .bki
@@ -18,12 +18,10 @@
18
#ifndef PG_USER_H
19
#define PG_USER_H
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
- */
+
+/* Prototype required for superuser() from superuser.c */
+bool superuser(void);
27
28
/* ----------------
29
* pg_user definition. cpp turns this into
0 commit comments