Обсуждение: pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED

Поиск
Список
Период
Сортировка

pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED

От
Michael Paquier
Дата:
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
------
REL_12_STABLE

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

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