Skip to content

Commit d881ef4

Browse files
committed
Merge branch 'master' into hash
2 parents 8690132 + e526274 commit d881ef4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/nodes_common.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@
1414
#include "pathman.h"
1515

1616

17-
/*
18-
* Element of the plan_state_table
19-
*/
20-
typedef struct
21-
{
22-
Oid relid; /* partition relid (key) */
23-
PlanState *ps; /* reusable plan state */
24-
} PreservedPlanState;
25-
2617
typedef struct
2718
{
2819
Oid relid; /* partition relid */

0 commit comments

Comments
 (0)