forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite033491
committed
Improve field order in RangeTblEntry
When perminfoindex was added, it was just added at the end of theblock. It would make sense to keep it closer to more related fields.In passing, also add an inline comment, like the other fields have.(Other field reorderings and documentation improvements inRangeTblEntry are being discussed, but it's better not to mix themtogether.)Discussion:https://www.postgresql.org/message-id/flat/6c1fbccc-85c8-40d3-b08b-4f47f2093711%40eisentraut.org1 parent0d3a71d commite033491
File tree
4 files changed
+4
-4
lines changed- src
- backend/nodes
- include
- catalog
- nodes
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
509 | 508 |
| |
| 509 | + | |
510 | 510 |
| |
511 | 511 |
| |
512 | 512 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
359 | 359 |
| |
360 | 360 |
| |
361 | 361 |
| |
362 |
| - | |
363 | 362 |
| |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1072 | 1072 |
| |
1073 | 1073 |
| |
1074 | 1074 |
| |
| 1075 | + | |
1075 | 1076 |
| |
1076 |
| - | |
1077 | 1077 |
| |
1078 | 1078 |
| |
1079 | 1079 |
| |
|
0 commit comments
Comments
(0)