Re: pgsql: Ignore BRIN indexes when checking for HOT udpates

2023-08-10 Thread Alvaro Herrera
On 2023-Aug-09, Tomas Vondra wrote: > On 8/9/23 11:11, Alvaro Herrera wrote: > > I was trying to use RelationGetIndexAttrBitmap for something and > > realized that its header comment does not really explain things very > > well. That was already the case before this commit, but it (this > > commi

Re: pgsql: Ignore BRIN indexes when checking for HOT udpates

2023-08-09 Thread Tomas Vondra
On 8/9/23 11:11, Alvaro Herrera wrote: > On 2021-Nov-30, Tomas Vondra wrote: > >> Ignore BRIN indexes when checking for HOT udpates > > I was trying to use RelationGetIndexAttrBitmap for something and > realized that its header comment does not really explain things very > well. That was already

Re: pgsql: Ignore BRIN indexes when checking for HOT udpates

2023-08-09 Thread Alvaro Herrera
On 2021-Nov-30, Tomas Vondra wrote: > Ignore BRIN indexes when checking for HOT udpates I was trying to use RelationGetIndexAttrBitmap for something and realized that its header comment does not really explain things very well. That was already the case before this commit, but it (this commit) d