Re: BRIN page type identifier

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: BRIN page type identifier
Date: 2015-03-10 03:45:53
Message-ID: 14245.1425959153@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[ paths crossed in mail ]

I wrote:
> This way, accesses to "flags" require no source code changes.
> You still need a macro to map "type" onto the last element of
> the vector, but there's probably about one reference to "type"
> in the source code so it shouldn't be too painful.

Ah, nevermind, I see you already did the work to do it the other
way.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kouhei Kaigai 2015-03-10 03:51:46 Re: sepgsql and materialized views
Previous Message Amit Kapila 2015-03-10 03:43:58 Re: TABLESAMPLE patch