Re: BUG #16180: s_lock botteneck when load pg_stat_statements and save=off|on

Sergei Kornilov <[email protected]> Mon, 30 Dec 2019 17:34:13 +0300
Newsgroups gmane.comp.db.postgresql.bugs
Message-ID <[email protected]>
Hello

> when pg_stat_statements.save=off, i found it also call pgss_store

I think you need pg_stat_statements.track = none
Option save means "Save pg_stat_statements statistics across server shutdowns."

regards, Sergei