7.4: FATAL: unrecognized configuration parameter "show_statement_stats"
Started by Nonameover 22 years ago2 messagesbugs
Version: Release 7.4 (production)
Error message: psql: FATAL: unrecognized configuration parameter
"show_statement_stats"
This is reproducible if start the engine with option "-o -s". (defined in
src/backend/tcop/postgres.c)
My command to start engine is:
nohup /app/pgsql/7.4/bin/postmaster -B 1024 -D /app/pgsql/data >pg74.log
2>&1 &
Re: 7.4: FATAL: unrecognized configuration parameter "show_statement_stats"
kchen@net4com.com writes:
Version: Release 7.4 (production)
Error message: psql: FATAL: unrecognized configuration parameter
"show_statement_stats"
Looks like Bruce missed a couple places while renaming those config
variables :-(. It's fixed in CVS tip, but the best workaround for the
moment is to set log_statement_stats directly instead of using the -s
shortcut. Thanks for the report!
regards, tom lane