statement-level statistics are disabled error (postgresql.conf) - Mailing list pgsql-general

From Campano, Troy
Subject statement-level statistics are disabled error (postgresql.conf)
Date
Msg-id 82C3FD729CFA504CA44E7D32BDED411F0A2EF4A2@lm-exmsg-07.lm.lmig.com
Whole thread Raw
Responses Re: statement-level statistics are disabled error (postgresql.conf)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general

Do you know what I did wrong?

Im trying to enable some logging features in postgresql.conf, but now I get this message when I try to connect to the postgresql server

WARNING:  statement-level statistics are disabled because parser, planner, or executor statistics are on

psql: FATAL:  invalid cache id: 30

These are some of the features I’ve turned on:

#---------------------------------------------------------------------------

# RUNTIME STATISTICS

#---------------------------------------------------------------------------

# - Statistics Monitoring -

log_parser_stats = true

log_planner_stats = true

log_executor_stats = true

log_statement_stats = true

# - Query/Index Statistics Collector -

stats_start_collector = true

stats_command_string = true

stats_block_level = true

stats_row_level = true

stats_reset_on_server_start = true

thank you!

Troy Campano

pgsql-general by date:

Previous
From: "Nagib Abi Fadel"
Date:
Subject: Creating a session variable in Postgres
Next
From: Clodoaldo Pinto Neto
Date:
Subject: Re: ORDER BY with plpgsql parameter