Re: Document How Commit Handles Aborted Transactions - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Document How Commit Handles Aborted Transactions
Date
Msg-id CAKFQuwZNFh0KXH3S2ib1rjXpy9e48RLCpotst-_7tbTO9jjG7w@mail.gmail.com
Whole thread Raw
In response to Re: Document How Commit Handles Aborted Transactions  (Ahmed Ashour <a8087027@gmail.com>)
List pgsql-hackers
Ahmed,

Thank you for the review.

I'm a bit confused by the reports of apply and compile errors.  I didn't touch anything involving "varlist" and see no errors then or now in my Meson ninja build.  Nor does the CI report any.

On Fri, Feb 14, 2025 at 2:01 PM Ahmed Ashour <a8087027@gmail.com> wrote:
Feedback:
---------
- The patch was manually applied due to conflicts in `advanced.sgml` and `commit.sgml`.
- Fixed invalid SGML structure by wrapping `<varlistentry>` in `<variablelist>`.

If those errors were/are real this wouldn't be ready to commit.  But as they seem to be a local environment issue on your end, and you agree with the content, I'll keep it ready to commit.

David J.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Confine vacuum skip logic to lazy_scan_skip
Next
From: Peter Geoghegan
Date:
Subject: Re: Adding skip scan (including MDAM style range skip scan) to nbtree