pgsql: Fix typo in ReorderBufferIterTXNInit().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix typo in ReorderBufferIterTXNInit().
Дата
Msg-id E1bIext-0005A1-Ax@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix typo in ReorderBufferIterTXNInit().

This looks like it would cause changes from subtransactions to be missed
by the iterator being constructed, if those changes had been spilled to
disk previously.  This implies that large subtransactions might be lost
(in whole or in part) by logical replication.  Found and fixed by
Petru-Florin Mihancea, per bug #14208.

Report: <20160622144830.5791.22512@wrigleys.postgresql.org>

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8caf9fe62544b351d4f6219bf416f5ce08ef3c21

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix typo in ReorderBufferIterTXNInit().
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix several mistakes around parallel workers and client_encoding