mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
PG-306: The bucket start time should be timestamp instead of TEXT.
This commit is contained in:
@@ -126,7 +126,7 @@ CREATE FUNCTION pg_stat_monitor_internal(
|
||||
OUT elevel int,
|
||||
OUT sqlcode TEXT,
|
||||
OUT message text,
|
||||
OUT bucket_start_time text,
|
||||
OUT bucket_start_time timestamp,
|
||||
|
||||
OUT calls int8, -- 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user