From: | Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
Cc: | Andreas Seltenreich <seltenreich(at)gmx(dot)de>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [sqlsmith] Failed assertion on pfree() via perform_pruning_combine_step |
Date: | 2018-04-10 06:15:47 |
Message-ID: | 79b9fae9-1c32-d8ac-6b39-5a31add907c4@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2018/04/10 13:55, Michael Paquier wrote:
> On Mon, Apr 09, 2018 at 10:59:48AM -0300, Alvaro Herrera wrote:
>> Amit Langote wrote:
>>> I have reproduced this and found that the problem is that
>>> perform_pruning_combine_step forgets to *copy* the bitmapset of the first
>>> step in the handling of an COMBINE_INTERSECT step.
>>
>> Pushed, thanks Amit and Andreas!
>
> Álvaro, didn't you forget to actually push the patch?
I too thought the same yesterday, as I couldn't see the commit even after
about 35 minutes Alvaro actually had sent the email to -hackers (quoted
above). But I found that the commit moments after:
* Add missed bms_copy() in perform_pruning_combine_step *
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=7ba6ee815dc90d4fab7226d343bf72aa28c9aa5c
The mail to pgsql-committers may also have been delayed, but I did see it
yesterday.
https://www.postgresql.org/message-id/E1f5XK3-0004Em-QZ%40gemulon.postgresql.org
Thanks,
Amit
From | Date | Subject | |
---|---|---|---|
Next Message | Chapman Flack | 2018-04-10 06:45:27 | Re: lazy detoasting |
Previous Message | Michael Paquier | 2018-04-10 06:10:21 | Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS |