forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb4f79d2
committed
Mark PlanState as an abstract node type.
In the same vein as commit251154b, make it clear that we neverinstantiate PlanState.Also mark MemoryContextData as abstract. This has no effect right now,since memnodes.h isn't one of the files fed to gen_node_support.pl.But it seems like good documentation and future-proofing.1 parent2be87f0 commitb4f79d2
File tree
3 files changed
+4
-3
lines changed- src
- include/nodes
- test/modules/test_oat_hooks
3 files changed
+4
-3
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
999 | 999 |
| |
1000 | 1000 |
| |
1001 | 1001 |
| |
| 1002 | + | |
| 1003 | + | |
1002 | 1004 |
| |
1003 | 1005 |
| |
1004 | 1006 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
| 81 | + | |
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
621 |
| - | |
622 |
| - | |
623 |
| - | |
624 | 621 |
| |
625 | 622 |
| |
626 | 623 |
| |
|
0 commit comments
Comments
(0)