pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED
Дата
Msg-id E1lyQJd-0004JV-41@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect PITR message for transaction ROLLBACK PREPARED

Reaching PITR on such a transaction would cause the generation of a LOG
message mentioning a transaction committed, not aborted.

Oversight in 4f1b890.

Author: Simon Riggs
Discussion: https://postgr.es/m/CANbhV-GJ6KijeCgdOrxqMCQ+C8QiK657EMhCy4csjrPcEUFv_Q@mail.gmail.com
Backpatch-through: 9.6

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17707c059cf4bf610e3b1833df5ca17cf223fe5f

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Optimize pg_checksums --enable where checksum is already set
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Allow enabling two-phase option via replication protocol.