forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbba8c61
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 parent7acbb48 commitbba8c61
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1519 | 1519 |
| |
1520 | 1520 |
| |
1521 | 1521 |
| |
| 1522 | + | |
| 1523 | + | |
1522 | 1524 |
| |
1523 | 1525 |
| |
1524 | 1526 |
| |
|
0 commit comments
Comments
(0)