From b4d4dae29fd387d501ff5d6c90ebb012f3cddae0 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebnoy Date: Wed, 22 Sep 2021 17:10:52 +0300 Subject: [PATCH] PG-232: revome unsed declrations --- pg_stat_monitor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pg_stat_monitor.c b/pg_stat_monitor.c index 90a07ff..418ba78 100644 --- a/pg_stat_monitor.c +++ b/pg_stat_monitor.c @@ -94,8 +94,6 @@ static ExecutorCheckPerms_hook_type prev_ExecutorCheckPerms_hook = NULL; PG_FUNCTION_INFO_V1(pg_stat_monitor_version); PG_FUNCTION_INFO_V1(pg_stat_monitor_reset); -PG_FUNCTION_INFO_V1(pg_stat_monitor_1_2); -PG_FUNCTION_INFO_V1(pg_stat_monitor_1_3); PG_FUNCTION_INFO_V1(pg_stat_monitor); PG_FUNCTION_INFO_V1(pg_stat_monitor_settings); PG_FUNCTION_INFO_V1(get_histogram_timings);