Thanks to visit codestin.com Credit goes to github.com
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 80bbd32 commit a4bfb05Copy full SHA for a4bfb05
src/include/utils/guc.h
@@ -7,7 +7,7 @@
7
* Copyright 2000-2003 by PostgreSQL Global Development Group
8
* Written by Peter Eisentraut <[email protected]>.
9
*
10
- * $Id: guc.h,v 1.34 2003/07/09 17:57:47 momjian Exp $
+ * $Id: guc.h,v 1.35 2003/07/21 21:02:12 momjian Exp $
11
*--------------------------------------------------------------------
12
*/
13
#ifndef GUC_H
@@ -52,9 +52,6 @@
52
* non-super users.
53
54
* USERSET options can be set by anyone any time.
55
- *
56
- * When updating the GucContexts, please make sure to update the
57
- * corresponding GucContext_names [] entries in pg_guc.c.
58
59
typedef enum
60
{
0 commit comments