|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
11 | 11 | *
|
12 | 12 | * IDENTIFICATION
|
13 |
| - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.347 2006/09/0213:12:50 momjian Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.348 2006/09/0217:08:10 momjian Exp $ |
14 | 14 | *
|
15 | 15 | *--------------------------------------------------------------------
|
16 | 16 | */
|
@@ -1633,7 +1633,7 @@ static struct config_int ConfigureNamesInt[] =
|
1633 | 1633 | {"server_version_num",PGC_INTERNAL,PRESET_OPTIONS,
|
1634 | 1634 | gettext_noop("Shows the server version as an integer."),
|
1635 | 1635 | NULL,
|
1636 |
| -GUC_REPORT |GUC_NOT_IN_SAMPLE |GUC_DISALLOW_IN_FILE |
| 1636 | +GUC_NOT_IN_SAMPLE |GUC_DISALLOW_IN_FILE |
1637 | 1637 | },
|
1638 | 1638 | &server_version_num,
|
1639 | 1639 | PG_VERSION_NUM,PG_VERSION_NUM,PG_VERSION_NUM,NULL,NULL
|
|