mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
PG-1907 Support constant lists squashing in query jumbling
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.
This commit is contained in:
committed by
Artem Gavrilov
parent
ba02dc1f64
commit
874a3b438a
6
regression/expected/squashing.out
Normal file
6
regression/expected/squashing.out
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- Const squashing functionality
|
||||
--
|
||||
SELECT setting::integer < 180000 AS skip_test FROM pg_settings where name = 'server_version_num' \gset
|
||||
\if :skip_test
|
||||
\quit
|
||||
Reference in New Issue
Block a user