diff options
Diffstat (limited to 'src/include/nodes/plannodes.h')
-rw-r--r-- | src/include/nodes/plannodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index 2e202892a71..c36a15bd09d 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -70,8 +70,8 @@ typedef struct PlannedStmt struct Plan *planTree; /* tree of Plan nodes */ - List *partPruneInfos; /* List of PartitionPruneInfo contained in - * the plan */ + List *partPruneInfos; /* List of PartitionPruneInfo contained in the + * plan */ List *rtable; /* list of RangeTblEntry nodes */ |