summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/database_locks.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/database_locks.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/database_locks.txt b/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/database_locks.txt
new file mode 100644
index 000000000..8d92f314d
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/postgres/testdata/v14.4/database_locks.txt
@@ -0,0 +1,7 @@
+ datname | mode | granted | locks_count
+------------+--------------------------+---------+-------------
+ postgres | AccessShareLock | t | 99
+ postgres | RowShareLock | t | 99
+ postgres | RowExclusiveLock | t | 99
+ production | ShareUpdateExclusiveLock | t | 99
+ production | ShareLock | f | 99 \ No newline at end of file