Skip to content

Commit 25d80e2

Browse files
committed
fix: fixed Statements plugin datatypes
1 parent 3e76802 commit 25d80e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/statements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Statements(Plugin):
6161

6262
Items_pg_13 = [
6363
("stat[wal_bytes]",
64-
"sum(wal_bytes)",
64+
"sum(wal_bytes)::bigint",
6565
"Amount of WAL Files", Plugin.UNITS.bytes_per_second, Plugin.DELTA.speed_per_second,
6666
("PostgreSQL Statements: WAL Statistics", "00B0B8", 0)),
6767
("stat[wal_records]",

0 commit comments

Comments
 (0)