Skip to content

Commit c9238ad

Browse files
committed
Fix indentation of comment in plannodes.h
Oversight in commit 3d17d7d. Worth noting that pgindent was fine as-is. Author: Sami Imseih Discussion: https://postgr.es/m/CAA5RZ0t80hP2aTv97QtEJy39GkxKmDBVDiTBApfiuTa4O=TEWQ@mail.gmail.com
1 parent 5bf1232 commit c9238ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/nodes/plannodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ typedef struct PlannedStmt
110110
*/
111111
List *subplans;
112112

113-
/* indices of subplans that require REWIND */
113+
/* indices of subplans that require REWIND */
114114
Bitmapset *rewindPlanIDs;
115115

116116
/* a list of PlanRowMark's */

0 commit comments

Comments
 (0)