mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Applying normalization changes how the following query strings are
reflected in pg_stat_statements, by showing Const nodes with a
dollar-signed parameter as this is how such queries are structured
internally once parsed:
- DECLARE
- EXPLAIN
- CREATE MATERIALIZED VIEW
- CREATE TABLE AS
More normalization could be done in the future depending on the parts
where query jumbling is applied (like A_Const nodes?), the changes being
reflected in the regression tests in majority created in
|
||
|---|---|---|
| .. | ||
| cleanup.out | ||
| cursors.out | ||
| dml.out | ||
| level_tracking.out | ||
| oldextversions.out | ||
| planning.out | ||
| select.out | ||
| user_activity.out | ||
| utility.out | ||
| wal.out | ||