fixup! Store information about range-table flattening in the final plan.
authorRobert Haas <[email protected]>
Thu, 11 Dec 2025 19:47:18 +0000 (14:47 -0500)
committerRobert Haas <[email protected]>
Thu, 11 Dec 2025 19:47:18 +0000 (14:47 -0500)
src/include/nodes/plannodes.h

index 045b7ee84a797c0791078b9e63c278724e63b184..7248db216bbe3fd7441eb901e8e6529ea1684606 100644 (file)
@@ -1847,7 +1847,7 @@ typedef enum MonotonicFunction
 typedef struct SubPlanRTInfo
 {
        NodeTag         type;
-       const char *plan_name;
+       char       *plan_name;
        Index           rtoffset;
        bool            dummy;
 } SubPlanRTInfo;