Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> writes:
> I keep seeing the following log output around every 5 minutes:
> 2005-02-28 23:25:05 [8646] LOG: 00000: QUERY STATISTICS
This has to be coming from exec_simple_query():
if (save_log_statement_stats)
ShowUsage("QUERY STATISTICS");
so *something* is turning on log_statement_stats.
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Josh Berkus | Date: 2005-03-01 06:52:17 |
| Subject: Re: SQL99 Hierarchical queries |
| Previous: | From: Bruce Momjian | Date: 2005-03-01 05:55:20 |
| Subject: Re: snprintf causes regression tests to fail |