Re: What is HeapScanDescData.rs_initblock good for?

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: What is HeapScanDescData.rs_initblock good for?
Date: 2015-07-21 16:53:40
Message-ID: 20150721165340.GH5596@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> The BRIN patch added a HeapScanDescData field rs_initblock, but so far as
> I can see it's utterly without use, and it's quite confusing (people might
> mistake it for rs_startblock, for example). Any objection to taking it
> out again?

Ouch, you're right, my mistake. Feel free to remove it, yeah.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-07-21 17:09:51 Re: What is HeapScanDescData.rs_initblock good for?
Previous Message Tom Lane 2015-07-21 16:36:15 What is HeapScanDescData.rs_initblock good for?