diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/nodes/plannodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index 67e4040a70f..bf1f25c0dba 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -110,7 +110,7 @@ typedef struct PlannedStmt */ List *subplans; -/* indices of subplans that require REWIND */ + /* indices of subplans that require REWIND */ Bitmapset *rewindPlanIDs; /* a list of PlanRowMark's */ |