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:
parent
5bf12323b6
commit
c9238ad853
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user