forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf25968c
committed
Remove last traces of heap_open/close in the tree
Since pluggable storage has been introduced, those two routines havebeen replaced by table_open/close, with some compatibility macros stillpresent to allow extensions to compile correctly with v12.Some code paths using the old routines still remained, so replace them.Based on the discussion done, the consensus reached is that it is betterto remove those compatibility macros so as nothing new uses the oldroutines, so remove also the compatibility macros.Discussion:https://postgr.es/m/20191017014706.GF5605@paquier.xyz1 parentec1259e commitf25968c
File tree
3 files changed
+4
-14
lines changed- src
- backend
- commands
- optimizer/util
- include/access
3 files changed
+4
-14
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
637 | 637 |
| |
638 | 638 |
| |
639 | 639 |
| |
640 |
| - | |
| 640 | + | |
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
| |||
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
| 654 | + | |
655 | 655 |
| |
656 | 656 |
| |
657 | 657 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2103 | 2103 |
| |
2104 | 2104 |
| |
2105 | 2105 |
| |
2106 |
| - | |
| 2106 | + | |
2107 | 2107 |
| |
2108 | 2108 |
| |
2109 | 2109 |
| |
2110 | 2110 |
| |
2111 |
| - | |
| 2111 | + | |
2112 | 2112 |
| |
2113 | 2113 |
| |
2114 | 2114 |
| |
|
Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 | 28 |
|
0 commit comments
Comments
(0)