pgsql: Call ReorderBufferProcessXid from sequence_decode

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема pgsql: Call ReorderBufferProcessXid from sequence_decode
Дата
Msg-id E1nRJUA-001NMG-VA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Call ReorderBufferProcessXid from sequence_decode

Commit 0da92dc530c added sequence_decode() implementing logical decoding
of sequences, but it failed to call ReorderBufferProcessXid() as it
should. So add the missing call.

Reported-by: Amit Kapila
Discussion: https://postgr.es/m/CAA4eK1KGn6cQqJEsubOOENwQOANsExiV2sKL52r4U10J8NJEMQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d5ed9da41d96988d905b49bebb273a9b2d6e2915

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


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add pg_analyze_and_rewrite_varparams()
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Simplify SRFs using materialize mode in contrib/ modules