From c9238ad853258c3f72d8671df5690f526c973f68 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 11 Feb 2025 07:40:03 +0900 Subject: [PATCH] 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 --- src/include/nodes/plannodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */