logical decoding: beware of an unset specinsert change Coverity complains that there is no protection in the code (at least in non-assertion-enabled builds) against speculative insertion failing to follow the expected protocol. Add an elog(ERROR) for the case.
Branch ------ REL9_6_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/95b6a40915cd03b9d1d09fc0bb4bcc374ee2165b Modified Files -------------- src/backend/replication/logical/reorderbuffer.c | 2 ++ 1 file changed, 2 insertions(+)
