Improve jumble squashing through CoerceViaIO and RelabelType
Álvaro Herrera <alvherre@kurilemu.de>
Improve jumble squashing through CoerceViaIO and RelabelType There's no principled reason for query jumbling to only remove the first layer of RelabelType and CoerceViaIO. Change it to see through as many layers as there are.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_stat_statements/expected/squashing.out | modified | +24 −16 |
| contrib/pg_stat_statements/sql/squashing.sql | modified | +5 −4 |
| src/backend/nodes/queryjumblefuncs.c | modified | +16 −11 |