pgsql: Update outdated comment for TransactionIdSetTreeStatus

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Update outdated comment for TransactionIdSetTreeStatus
Дата
Msg-id E1onPqb-000mqx-TV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update outdated comment for TransactionIdSetTreeStatus

Commit 06da3c570f changed the way subtransactions are marked as
SUBCOMMITTED, but the example it included actually documented the old
way. Update it.

Author: Japin Li
Discussion:
https://www.postgresql.org/message-id/MEYP282MB16690BC96DFBE08CC857E1E3B6319%40MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0e972f50fdc9f33b01d02bbcc2f26aa32f1c58ab

Modified Files
--------------
src/backend/access/transam/clog.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Clean up some GUC declarations and comments
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: pgsql: Fix unlink() for STATUS_DELETE_PENDING on Windows.