forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit62148c3
committed
Add check for syscache lookup failure in update_relispartition().
Omitted in commit05b38c7 (though it looks like the original blamebelongs to9e9befa). A failure is admittedly unlikely, but if itdid happen, SIGSEGV is not the approved method of reporting it.Per Coverity. Back-patch to v11 where the broken code originated.1 parent84e4570 commit62148c3
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3451 | 3451 |
| |
3452 | 3452 |
| |
3453 | 3453 |
| |
| 3454 | + | |
| 3455 | + | |
3454 | 3456 |
| |
3455 | 3457 |
| |
3456 | 3458 |
| |
3457 | 3459 |
| |
3458 |
| - | |
3459 | 3460 |
| |
3460 | 3461 |
|
0 commit comments
Comments
(0)