forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit95b6a40
committed
logical decoding: beware of an unset specinsert change
Coverity complains that there is no protection in the code (at least innon-assertion-enabled builds) against speculative insertion failing tofollow the expected protocol. Add an elog(ERROR) for the case.1 parent301b2a1 commit95b6a40
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1572 | 1572 |
| |
1573 | 1573 |
| |
1574 | 1574 |
| |
| 1575 | + | |
| 1576 | + | |
1575 | 1577 |
| |
1576 | 1578 |
| |
1577 | 1579 |
| |
|
0 commit comments
Comments
(0)