Re: Assert in heapgettup_pagemode() fails due to underlying buffer change

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Alexander Lakhin <exclusion(at)gmail(dot)com>, Noah Misch <noah(at)leadboat(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Assert in heapgettup_pagemode() fails due to underlying buffer change
Date: 2024-06-08 21:42:44
Message-ID: CA+hUKGLYxLrRuZdtdgZqSfPg0d86tebKGfkKxZZ883FbQjL53g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

New version. Same code as v2, but comments improved to explain the
reasoning, with reference to README's buffer access rules. I'm
planning to push this soon if there are no objections.

Attachment Content-Type Size
v3-0001-Fix-RBM_ZERO_AND_LOCK.patch text/x-patch 4.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2024-06-08 22:01:08 Re: Assert in heapgettup_pagemode() fails due to underlying buffer change
Previous Message Joseph Koshakow 2024-06-08 21:36:54 Re: Wrong security context for deferred triggers?