]> granicus.if.org Git - postgresql/commit
Prevent pgstattuple() from reporting BRIN as unknown index.
authorFujii Masao <fujii@postgresql.org>
Tue, 14 Jul 2015 13:36:51 +0000 (22:36 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 14 Jul 2015 13:39:34 +0000 (22:39 +0900)
commit5658b0dc0425f987c3272a792ea0944bce23a959
tree918aff1493610c0d6ddf9cc05f76d4e6ffad30fa
parentfe92a72a2bf6f485fc9f08c3e6191838ac3c6441
Prevent pgstattuple() from reporting BRIN as unknown index.

Also this patch removes obsolete comment.

Back-patch to 9.5 where BRIN index was added.
contrib/pgstattuple/pgstattuple.c