pgsql: Prevent pgstattuple() from reporting BRIN as unknown index. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Prevent pgstattuple() from reporting BRIN as unknown index.
Date
Msg-id E1ZF0R8-0007Ny-J6@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5658b0dc0425f987c3272a792ea0944bce23a959

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Next
From: Fujii Masao
Date:
Subject: pgsql: Prevent pgstattuple() from reporting BRIN as unknown index.