Fix indentation of comment in plannodes.h
authorMichael Paquier
Mon, 10 Feb 2025 22:40:03 +0000 (07:40 +0900)
committerMichael Paquier
Mon, 10 Feb 2025 22:40:03 +0000 (07:40 +0900)
Oversight in commit 3d17d7d7fb7a.  Worth noting that pgindent was fine
as-is.

Author: Sami Imseih
Discussion: https://postgr.es/m/CAA5RZ0t80hP2aTv97QtEJy39GkxKmDBVDiTBApfiuTa4O=TEWQ@mail.gmail.com

src/include/nodes/plannodes.h

index 67e4040a70ff409fbb5083bd1b5c9a8ae98648ee..bf1f25c0dbafc03522dbefe75279498080366190 100644 (file)
@@ -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 */