pg_stat_monitor/regression
Diego Fronza 522786c581 Fix regression tests
When query normalization is disabled utility queries like SELECT 10+20
are now stored as is, instead of SELECT $1+$2.

Also when functions or sub queries are created the arguments used
internally by the function or subqueries will be replaced by NULL instead
of $1..$N. The actual arguments will be displayed when the function or
subquery is actually invoked.
2024-08-26 17:31:26 -03:00
..
expected Fix regression tests 2024-08-26 17:31:26 -03:00
sql PG-592: Treat queries with different parent queries as separate entries (#403) 2024-08-06 23:43:48 +02:00