diff options
author | Michael Paquier | 2025-02-10 22:40:03 +0000 |
---|---|---|
committer | Michael Paquier | 2025-02-10 22:40:03 +0000 |
commit | c9238ad853258c3f72d8671df5690f526c973f68 (patch) | |
tree | e7191265c5709c9ae1361e0fe75394ac64445310 | |
parent | 5bf12323b6b8b05790aab6876555568898f4fc81 (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.h | 2 |
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 */ |