mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 14:21:49 +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:
parent
5bf12323b6
commit
c9238ad853
@ -110,7 +110,7 @@ typedef struct PlannedStmt
|
|||||||
*/
|
*/
|
||||||
List *subplans;
|
List *subplans;
|
||||||
|
|
||||||
/* indices of subplans that require REWIND */
|
/* indices of subplans that require REWIND */
|
||||||
Bitmapset *rewindPlanIDs;
|
Bitmapset *rewindPlanIDs;
|
||||||
|
|
||||||
/* a list of PlanRowMark's */
|
/* a list of PlanRowMark's */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user