pgsql: logical decoding: beware of an unset specinsert change

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: logical decoding: beware of an unset specinsert change
Дата
Msg-id E1fbC1y-0006SN-Ix@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3ca966c06f91fb6ccc11d71d4094c1e297b8945d

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c | 2 ++
1 file changed, 2 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Reword old inheritance partitioning documentation
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Add test for partitionwise join involving default partition.