Re: BUG #18135: Incorrect memory access occurs when attaching a partition with an index - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #18135: Incorrect memory access occurs when attaching a partition with an index
Date
Msg-id ZRUmN-ma7f_w2CeU@paquier.xyz
Whole thread Raw
In response to Re: BUG #18135: Incorrect memory access occurs when attaching a partition with an index  (Alexander Lakhin <exclusion@gmail.com>)
Responses Re: BUG #18135: Incorrect memory access occurs when attaching a partition with an index
List pgsql-bugs
On Thu, Sep 28, 2023 at 08:00:00AM +0300, Alexander Lakhin wrote:
> Please try the following procedure (I've simplified my own):
> With the attached patch (for HEAD) applied
> CPPFLAGS="-DUSE_VALGRIND "

USE_VALGRIND is the difference here.  In the past problems with
valgrind I've seen from you, I've never needed that, actually.

In my case, my process is much simpler: I just use installcheck with
an instance I set up locally using a command like the one I mentioned
above.  No need to patch the tree with that and self-contained SQL
sequences.

Anyway, mystery solved.
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Andrey Lepikhov
Date:
Subject: Re: EXPLAIN Verbose issue - custom_scan_tlist can directly refer CTE and Subquery
Next
From: Michael Paquier
Date:
Subject: Re: BUG #18127: Assertion HaveRegisteredOrActiveSnapshot failed on REINDEX CONCURRENTLY when blocksize=1