Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsamuel committed Oct 3, 2024
1 parent 1545635 commit 918abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/datadog_checks/postgres/statement_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def _get_new_pg_stat_activity(self, available_activity_columns):
row = cursor.fetchone()
if row is None:
break
rows.append()
rows.append(row)
except UnicodeDecodeError:
self._log.debug("Invalid unicode in row from pg_stat_activity")
except:
Expand Down

0 comments on commit 918abb2

Please sign in to comment.