projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bf1232
)
Fix indentation of comment in plannodes.h
author
Michael Paquier
Mon, 10 Feb 2025 22:40:03 +0000
(07:40 +0900)
committer
Michael Paquier
Mon, 10 Feb 2025 22:40:03 +0000
(07:40 +0900)
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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/nodes/plannodes.h
b/src/include/nodes/plannodes.h
index 67e4040a70ff409fbb5083bd1b5c9a8ae98648ee..bf1f25c0dbafc03522dbefe75279498080366190 100644
(file)
--- 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 */