Re: Remove HeapTupleheaderSetXmin{Committed,Invalid} functions

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Andy Fan <zhihuifan1213(at)163(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove HeapTupleheaderSetXmin{Committed,Invalid} functions
Date: 2026-02-09 18:23:52
Message-ID: 202602091823.jb7zvvmbs7kk@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Jun-26, Álvaro Herrera wrote:

> So these functions were created from macros in commit 34694ec888d6,
> which themselves had been added for the first time in commit
> 37484ad2aace. However, it appears that they were added only because
> they were mirroring HeapTupleHeaderSetXminFrozen(), and while the latter
> was immediately used, the other two weren't and never have been.

I have committed this, thanks,

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"Use it up, wear it out, make it do, or do without"

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2026-02-09 18:32:23 Re: Improve monitoring of shared memory allocations
Previous Message Greg Burd 2026-02-09 18:11:59 Re: [PATCH] Add Windows support for backtrace_functions (MSVC only)