1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Default stats_command_string to 'on', now that its overhead is minimal.

This commit is contained in:
Bruce Momjian
2006-06-27 19:07:50 +00:00
parent 3c71244b74
commit 665c5e861a
4 changed files with 19 additions and 20 deletions

View File

@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.322 2006/06/19 01:51:21 tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.323 2006/06/27 19:07:50 momjian Exp $
*
*--------------------------------------------------------------------
*/
@ -725,7 +725,7 @@ static struct config_bool ConfigureNamesBool[] =
"at which that command began execution.")
},
&pgstat_collect_querystring,
false, NULL, NULL
true, NULL, NULL
},
{