Re: BitmapHeapScan streaming read user and prelim refactoring - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: BitmapHeapScan streaming read user and prelim refactoring
Date
Msg-id 202405142009.x7bkzofga2py@alvherre.pgsql
Whole thread Raw
In response to Re: BitmapHeapScan streaming read user and prelim refactoring  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On 2024-May-14, Alvaro Herrera wrote:


> BTW, I was running the explain while desultorily enabling and disabling
> these GUCs and hit this assertion failure:
> 
> #4  0x000055e6c72afe28 in ExceptionalCondition (conditionName=conditionName@entry=0x55e6c731a928
"scan->rs_empty_tuples_pending== 0", 
 
>     fileName=fileName@entry=0x55e6c731a3b0
"../../../../../../../../../pgsql/source/master/src/backend/access/heap/heapam.c",lineNumber=lineNumber@entry=1219)
 
>     at ../../../../../../../../../pgsql/source/master/src/backend/utils/error/assert.c:66

Ah, I see now that this is precisely the assertion that this patch
removes.  Nevermind ...

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"This is what I like so much about PostgreSQL.  Most of the surprises
are of the "oh wow!  That's cool" Not the "oh shit!" kind.  :)"
Scott Marlowe, http://archives.postgresql.org/pgsql-admin/2008-10/msg00152.php



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add minimal C example and SQL registration example for custom table access methods.
Next
From: Robert Haas
Date:
Subject: Re: libpq compression (part 3)