Improve comment on cid mapping (was Re: Adding CommandID to heap xlog records)

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, vignesh C <vignesh21(at)gmail(dot)com>, Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Subject: Improve comment on cid mapping (was Re: Adding CommandID to heap xlog records)
Date: 2023-06-26 06:57:56
Message-ID: 28fb1539-8f25-9ec5-6302-dfcd4626a395@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 28/02/2023 15:52, Heikki Linnakangas wrote:
> So unfortunately I don't see much opportunity to simplify logical
> decoding with this. However, please take a look at the first two patches
> attached. They're tiny cleanups that make sense on their own.

Rebased these small patches. I'll add this to the commitfest.

--
Heikki Linnakangas
Neon (https://neon.tech)

Attachment Content-Type Size
v2-0001-Improve-comment-on-why-we-need-ctid-cmin-cmax-map.patch text/x-patch 2.1 KB
v2-0002-Remove-redundant-check-for-fast_forward.patch text/x-patch 1.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bowen Shi 2023-06-26 07:01:22 Re: Optimize walsender handling invalid messages of 'drop publication'
Previous Message Richard Guo 2023-06-26 06:47:57 Re: Parallelize correlated subqueries that execute within each worker