1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00

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
This commit is contained in:
Michael Paquier 2025-02-11 07:40:03 +09:00
parent 5bf12323b6
commit c9238ad853

View 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 */