v.24.10Bug Fix

Fix null pointer dereference in materialized view creation with INTERSECT

Fix a null pointer dereference on creating a materialized view with two selects and an INTERSECT, e.g. CREATE MATERIALIZED VIEW v0 AS (SELECT 1) INTERSECT (SELECT 1);. #70264 (Konstantin Bogdanov).