疑似Oday
Ensure that the "log_checkpoints" database flag is enabled for all PostgreSQL database instances available within your Google Cloud Platform (GCP) account. The "log_checkpoints" flag allows checkpoints and restart points to be logged in the PostgreSQL server log. By default, this flag is disabled, and enabling it ensures better tracking and debugging of database operations.
id: gcloud-postgresql-log-checkpoints-disabled
info:
name: PostgreSQL Log Checkpoints Flag Disabl
...