Is `(status_geom_type).geom_type = 'Point'` as performant as ```sql status_geom_type = ANY(ARRAY[ ('latest', 'Point')::status_geom_type_type, ('history', 'Point')::status_geom_type_type]) ``` ?
Is
(status_geom_type).geom_type = 'Point'as performant as
?