Re: [PATCH] Corruption Issue: Fix missing tts_tid in ExecForceStoreHeapTuple

From: Virender Singla <virender(dot)cse(at)gmail(dot)com>
To: Greg Burd <greg(at)burd(dot)me>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Subject: Re: [PATCH] Corruption Issue: Fix missing tts_tid in ExecForceStoreHeapTuple
Date: 2026-09-15 09:42:20
Message-ID: CAM6Zo8xOSYh6BQ=vWheqPP2hStMo3AyBw_pBh=cyG02KRKBsww@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Greg,

Thank you for driving this forward and taking care of the refinements!
I applied the v4 patchset locally and verified that it correctly fixes
the original issue and passes all tests.

Thanks,
Virender

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrei Lepikhov 2026-09-15 09:59:56 Re: Do not scan index in right table if condition for left join evaluates to false using columns in left table
Previous Message Nikolay Samokhvalov 2026-09-15 09:36:14 [PG19][PATCH] Make postgres_fdw statistics import atomic