pgsql: Prevent pgstattuple() from reporting BRIN as unknown index.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent pgstattuple() from reporting BRIN as unknown index.
Date: 2015-07-14 13:39:54
Message-ID: E1ZF0R8-0007Nx-J0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Prevent pgstattuple() from reporting BRIN as unknown index.

Also this patch removes obsolete comment.

Back-patch to 9.5 where BRIN index was added.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/705d397cd9cede1fd6fb1260d1689570bf6142d4

Modified Files
--------------
contrib/pgstattuple/pgstattuple.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-14 15:22:27 pgsql: Add ALTER OPERATOR command, for changing selectivity estimator f
Previous Message Heikki Linnakangas 2015-07-14 13:25:46 Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY