mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
New configuration parameter auto_explain.sample_ratio makes it possible to log just a fraction of the queries meeting the configured threshold, to reduce the amount of logging. Author: Craig Ringer and Julien Rouhaud Review: Petr Jelinek