forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitae31b59
committed
Fix crash in CREATE UNLOGGED TABLE.
The code that created the init fork neglected to make sure that therelation was open at the smgr level before attempting to invoke smgr.This didn't happen every time; only when the relcache entry was rebuiltalong the way.Per report from Garick Hamlin.1 parenta3903f1 commitae31b59
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1295 | 1295 |
| |
1296 | 1296 |
| |
1297 | 1297 |
| |
| 1298 | + | |
1298 | 1299 |
| |
1299 | 1300 |
| |
1300 | 1301 |
| |
|
0 commit comments
Comments
(0)