Re: Parallel Bitmap scans a bit broken

From: Emre Hasegeli <emre(at)hasegeli(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel Bitmap scans a bit broken
Date: 2017-03-15 16:32:58
Message-ID: CAE2gYzzMHoB4ho9TjLC1Wpp_F_4U1U_rzSo_RUpDd3Ar-gUqLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> This can crash at line:414, if either tuple is invalid memory(but I
> think it's not because we have already accessed this memory in above
> if check) or dtup is invalid (this is also not possible because
> brin_new_memtuple has already accessed this).

I was testing with the brin correlation patch [1] applied. I cannot
crash it without the patch either. I am sorry for not testing it
before. The patch make BRIN selectivity estimation function access
more information.

[1] https://www.postgresql.org/message-id/attachment/50164/brin-correlation-v3.patch

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-15 16:33:23 Re: ICU integration
Previous Message Robert Haas 2017-03-15 16:25:23 Re: [POC] hash partitioning