pgsql: Fix indentation in twophase.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix indentation in twophase.c
Дата
Msg-id E1qLctl-0003Le-6D@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix indentation in twophase.c

This has been missed in cb0cca1, noticed before buildfarm member koel
has been able to complain while poking at a different patch.  Like the
other commit, backpatch all the way down to limit the odds of merge
conflicts.

Backpatch-through: 11

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/410a0d6bdad283cc086fa05429cb53d178c62a99

Modified Files
--------------
src/backend/access/transam/twophase.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix recovery of 2PC transaction during crash recovery
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: fix out-of-date example of SPI usage.