diff --git a/pg_stat_monitor--1.0.sql b/pg_stat_monitor--1.0.sql index 762961af20db..f7469d557bb3 100644 --- a/pg_stat_monitor--1.0.sql +++ b/pg_stat_monitor--1.0.sql @@ -33,7 +33,7 @@ CREATE FUNCTION pg_stat_monitor(IN showtext boolean, OUT temp_blks_written int8, OUT blk_read_time float8, OUT blk_write_time float8, - OUT host int, + OUT host bigint, OUT hist_calls text, OUT hist_min_time text, OUT hist_max_time text,