pgsql: Update outdated comment for TransactionIdSetTreeStatus

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update outdated comment for TransactionIdSetTreeStatus
Date: 2022-10-25 19:44:26
Message-ID: E1onPqb-000mqx-TV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Justin Pryzby 2022-10-25 21:21:02 Re: pgsql: Fix unlink() for STATUS_DELETE_PENDING on Windows.
Previous Message Michael Paquier 2022-10-25 05:06:57 pgsql: Clean up some GUC declarations and comments