Re: [HACKERS] Default value for stats_command_string (GUC)

2004-09-17 Thread Tom Lane
David Fetter <[EMAIL PROTECTED]> writes: > Is there some large impact of setting this to be on by default? A UDP send() per command, plus the ensuing activity in the pgstats processes (which are by default activated only by backend start/stop). If you want it to be on by default, I think the onus

[HACKERS] Default value for stats_command_string (GUC)

2004-09-17 Thread David Fetter
Kind people, I'm writing up a pg_top. The first cut will be for 8.0, as it relies on (I know, I know) set-returning functions in plperlu. To make it do the right thing, stats_command_string needs to be on. Is there some large impact of setting this to be on by default? If not, could we set tha