From 7d123d8ad5a7c935abc99a85eb820f0a512ad21b Mon Sep 17 00:00:00 2001 From: melkij Date: Mon, 13 Oct 2025 15:16:16 +0300 Subject: [PATCH] sql/global_reports/query_stat_total variant for postgresql 18 There are no functional changes compared to PostgreSQL 17 version, so just a symlink --- sql/global_reports/query_stat_total_18.sql | 1 + 1 file changed, 1 insertion(+) create mode 120000 sql/global_reports/query_stat_total_18.sql diff --git a/sql/global_reports/query_stat_total_18.sql b/sql/global_reports/query_stat_total_18.sql new file mode 120000 index 0000000..18a9f2b --- /dev/null +++ b/sql/global_reports/query_stat_total_18.sql @@ -0,0 +1 @@ +query_stat_total_17.sql \ No newline at end of file