- Notifications
You must be signed in to change notification settings - Fork5
Commit8126eae
committed
Clean up a few parallelism-related things that pgindent wants to mangle.
In nodeFuncs.c, pgindent wants to introduce spurious indentation intothe definitions of planstate_tree_walker and planstate_walk_subplans.Fix that by spreading the definition out across several lines, similarto what is already done for other walker functions in that file.In execParallel.c, in the definition of SharedExecutorInstrumentation,pgindent wants to insert more whitespace between the type name and themember name. That causes it to mangle comments later on the line. Fixby moving the comments out of line. Now that we have a bit more room,add some more details that may be useful to the next person readingthis code.1 parent360ca27 commit8126eae
File tree
3 files changed
+27
-8
lines changed- src/backend
- executor
- nodes
3 files changed
+27
-8
lines changedLines changed: 21 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
54 | 69 |
| |
55 | 70 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
61 | 76 |
| |
62 | 77 |
| |
63 | 78 |
| |
|
Binary file not shown.
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3425 | 3425 |
| |
3426 | 3426 |
| |
3427 | 3427 |
| |
3428 |
| - | |
| 3428 | + | |
| 3429 | + | |
| 3430 | + | |
3429 | 3431 |
| |
3430 | 3432 |
| |
3431 | 3433 |
| |
| |||
3507 | 3509 |
| |
3508 | 3510 |
| |
3509 | 3511 |
| |
3510 |
| - | |
| 3512 | + | |
| 3513 | + | |
| 3514 | + | |
3511 | 3515 |
| |
3512 | 3516 |
| |
3513 | 3517 |
| |
|
0 commit comments
Comments
(0)