Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd46d533

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

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
#ifndefPG_USER_H
1919
#definePG_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+
boolsuperuser(void);
2725

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp