mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
This commit address changes made in commits 62d712e, c2da1a5d6, 9fbd53dea and 0f65f3e. These commits change how PG18 doing jumbling of queries that contain constants list in it.
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
--
|
|
-- Const squashing functionality
|
|
--
|
|
SELECT setting::integer < 180000 AS skip_test FROM pg_settings where name = 'server_version_num' \gset
|
|
\if :skip_test
|
|
\quit
|