diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-02-11 07:40:03 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-02-11 07:40:03 +0900 |
commit | c9238ad853258c3f72d8671df5690f526c973f68 (patch) | |
tree | e7191265c5709c9ae1361e0fe75394ac64445310 /src | |
parent | 5bf12323b6b8b05790aab6876555568898f4fc81 (diff) | |
download | postgresql-c9238ad853258c3f72d8671df5690f526c973f68.tar.gz postgresql-c9238ad853258c3f72d8671df5690f526c973f68.zip |
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
Diffstat (limited to 'src')
-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 */ |