Skip to main content

Category: Postgres Problems

Problems related to Postgres

IDTitleDescriptionCategoryTechnologyTags
prequel-2025-0028
Low
Impact: 2/10
Mitigation: 2/10
Datadog Postgres Check ExceptionThe Datadog Agent’s *Postgres* integration throws an uncaught Python traceback while trying to run an `EXPLAIN (FORMAT JSON)` against a sampled query. After the first failure the underlying **psycopg2** cursor is closed, and every subsequent collection cycle logs ``` Traceback … File \".../datadog_checks/postgres/explain_parameterized_queries.py\", … psycopg2.InterfaceError: cursor already closed ``` The check status flips to **ERROR**, and query metrics / samples stop flowing.Postgres ProblemsdatadogPostgreSQLDatadog