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-0007Nx-J0@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
------
master

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

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


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Prevent pgstattuple() from reporting BRIN as unknown index.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add ALTER OPERATOR command, for changing selectivity estimator f