forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitafa8f19
committed
Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to
use it. While it normally has been opened earlier during btree indexbuild, testing shows that it's possible for the link to be closed againif an sinval reset occurs while the index is being built.1 parente58a944 commitafa8f19
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
| 274 | + | |
| 275 | + | |
| 276 | + | |
274 | 277 |
| |
275 | 278 |
| |
276 | 279 |
| |
| |||
818 | 821 |
| |
819 | 822 |
| |
820 | 823 |
| |
| 824 | + | |
| 825 | + | |
821 | 826 |
| |
| 827 | + | |
822 | 828 |
|
0 commit comments
Comments
(0)