summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2025-02-10 22:40:03 +0000
committerMichael Paquier2025-02-10 22:40:03 +0000
commitc9238ad853258c3f72d8671df5690f526c973f68 (patch)
treee7191265c5709c9ae1361e0fe75394ac64445310
parent5bf12323b6b8b05790aab6876555568898f4fc81 (diff)
Fix indentation of comment in plannodes.h
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
-rw-r--r--src/include/nodes/plannodes.h2
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 */