Skip to content

Commit e35ea51

Browse files
committed
Remove GUC_REPORT for new "server_version_num" GUC variable. Added
overhead for every connection, per Tom.
1 parent 917bbeb commit e35ea51

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.347 2006/09/02 13:12:50 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.348 2006/09/02 17:08:10 momjian Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -1633,7 +1633,7 @@ static struct config_int ConfigureNamesInt[] =
16331633
{"server_version_num", PGC_INTERNAL, PRESET_OPTIONS,
16341634
gettext_noop("Shows the server version as an integer."),
16351635
NULL,
1636-
GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
1636+
GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
16371637
},
16381638
&server_version_num,
16391639
PG_VERSION_NUM, PG_VERSION_NUM, PG_VERSION_NUM, NULL, NULL

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy