Re: Skip collecting decoded changes of already-aborted transactions
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Amit Kapila <amit.kapila16@gmail.com>, Ajin Cherian <itsajin@gmail.com>, vignesh C <vignesh21@gmail.com>, Dilip Kumar <dilipbalaut@gmail.com>, Peter Smith <smithpb2250@gmail.com>
Date: 2025-03-17T17:02:17Z
Lists: pgsql-hackers
On Thu, Mar 13, 2025 at 10:04 PM Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com> wrote: > > Dear hackers, > > I hope I'm in the correct thread. In abfb296, rbtxn_skip_prepared() was removed from > SnapBuildDistributeNewCatalogSnapshot(). ISTM it was an only caller of the function. > > Is it an intentional for external projects? Or it can be removed like attached? I think we can keep it as all RBTXN_xxx flags have the corresponding macro and the comments of these macros somewhat help understand what the flag indicates. Regards, -- Masahiko Sawada Amazon Web Services: https://aws.amazon.com
Commits
-
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.
- abfb29648f9a 18.0 landed
-
Skip logical decoding of already-aborted transactions.
- 072ee847ad4c 18.0 landed