Fix indentation of comment in plannodes.h

Oversight in commit 3d17d7d7fb.  Worth noting that pgindent was fine
as-is.

Author: Sami Imseih
Discussion: https://postgr.es/m/CAA5RZ0t80hP2aTv97QtEJy39GkxKmDBVDiTBApfiuTa4O=TEWQ@mail.gmail.com
pull/199/head
Michael Paquier 7 months ago
parent 5bf12323b6
commit c9238ad853
  1. 2
      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 */

Loading…
Cancel
Save