Improve jumble squashing through CoerceViaIO and RelabelType

Álvaro Herrera <alvherre@kurilemu.de>

Commit: debad29d22152d7fe4c4e671090e20238647c460
Author: Álvaro Herrera <alvherre@kurilemu.de>
Date: 2025-06-24T17:36:12Z
Releases: 18.0
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