Re: Document How Commit Handles Aborted Transactions

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Ahmed Ashour <a8087027(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Document How Commit Handles Aborted Transactions
Date: 2025-02-27 18:18:06
Message-ID: CAKFQuwZNFh0KXH3S2ib1rjXpy9e48RLCpotst-_7tbTO9jjG7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2025-02-27 18:23:57 Re: Adding skip scan (including MDAM style range skip scan) to nbtree
Previous Message Tom Lane 2025-02-27 18:08:47 Re: Confine vacuum skip logic to lazy_scan_skip