Andy Fan writes:
> Álvaro Herrera writes:
>
>> Hmm
>>
>> 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 HeapTupleHea
Álvaro Herrera writes:
> Hmm
>
> 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 whil
Hmm
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, t
Nathan Bossart writes:
> On Wed, Jun 25, 2025 at 09:28:50AM +, Andy Fan wrote:
>> Michael Paquier writes:
>>> On Wed, Jun 25, 2025 at 07:47:27AM +, Andy Fan wrote:
When I am reading the code, I first thought I can do something in
HeapTupleheaderSetXminCommitted, then I realized
On Wed, Jun 25, 2025 at 09:28:50AM +, Andy Fan wrote:
> Michael Paquier writes:
>> On Wed, Jun 25, 2025 at 07:47:27AM +, Andy Fan wrote:
>>> When I am reading the code, I first thought I can do something in
>>> HeapTupleheaderSetXminCommitted, then I realized we have SetHintBits.
>>> After
Michael Paquier writes:
> On Wed, Jun 25, 2025 at 07:47:27AM +, Andy Fan wrote:
>> When I am reading the code, I first thought I can do something in
>> HeapTupleheaderSetXminCommitted, then I realized we have SetHintBits.
>> After some research, I find HeapTupleHeaderSetXminCommitted is never
On Wed, Jun 25, 2025 at 07:47:27AM +, Andy Fan wrote:
> When I am reading the code, I first thought I can do something in
> HeapTupleheaderSetXminCommitted, then I realized we have SetHintBits.
> After some research, I find HeapTupleHeaderSetXminCommitted is never
> used and it looks not safe t