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 4029fb5 commit d2aa405Copy full SHA for d2aa405
src/backend/utils/misc/superuser.c
@@ -8,21 +8,17 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.1 1996/11/02 02:06:47 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.2 1996/11/03 23:46:28 scrappy Exp $
12
13
* DESCRIPTION
14
* See superuser().
15
*-------------------------------------------------------------------------
16
*/
17
18
-#include <c.h>
19
#include <postgres.h>
20
-#include <access/htup.h>
21
#include <utils/syscache.h>
22
#include <catalog/pg_user.h>
23
24
-
25
26
bool
27
superuser(void) {
28
/*--------------------------------------------------------------------------
0 commit comments