Ensures SQL instances for PostgreSQL type have log_planner_stats flag set to “off”.
Logging planner performance statistics can lead to an increased amount of logs and can impact performance. It is recommended that the “log_planner_stats” flag is set to off to avoid performance issues caused by excessive logging.
Ensure that log_planner_stats flag is disabled for all PostgreSQL instances.