forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3ca966c
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 parent0c06534 commit3ca966c
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1474 | 1474 |
| |
1475 | 1475 |
| |
1476 | 1476 |
| |
| 1477 | + | |
| 1478 | + | |
1477 | 1479 |
| |
1478 | 1480 |
| |
1479 | 1481 |
| |
|
0 commit comments
Comments
(0)