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 */