forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite00c45f
committed
Remove "smgr_persistence == 0" dead code.
Reaching that code would have required multiple processes performingrelation extension during recovery, which does not happen. That callerhas the persistence available, so pass it. This was dead code as soonas commit210622c added it.Discussion:https://postgr.es/m/CAN55FZ0JKL6vk1xQp6rfOXiNFV1u1H0tJDPPGHWoiO3ea2Wc=A@mail.gmail.com1 parent22b0ccd commite00c45f
2 files changed
+4
-16
lines changedLines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1002 | 1002 |
| |
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 |
| - | |
| 1005 | + | |
1006 | 1006 |
| |
1007 | 1007 |
| |
1008 | 1008 |
| |
| |||
1117 | 1117 |
| |
1118 | 1118 |
| |
1119 | 1119 |
| |
1120 |
| - | |
1121 |
| - | |
1122 |
| - | |
1123 |
| - | |
1124 |
| - | |
1125 |
| - | |
1126 | 1120 |
| |
1127 | 1121 |
| |
1128 |
| - | |
1129 |
| - | |
1130 | 1122 |
| |
1131 | 1123 |
| |
1132 | 1124 |
| |
|
Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
| 117 | + | |
| 118 | + | |
123 | 119 |
| |
124 |
| - | |
| 120 | + | |
125 | 121 |
| |
126 | 122 |
| |
127 | 123 |
| |
|
0 commit comments
Comments
(0)