]> granicus.if.org Git - postgresql/commit
pgstattuple: Add new error case for spgist indexes.
authorRobert Haas <rhaas@postgresql.org>
Tue, 13 Mar 2012 13:35:55 +0000 (09:35 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 13 Mar 2012 13:38:57 +0000 (09:38 -0400)
commit97c85098de1e21825adf447df60b95a56cef7bd8
treea8dff464d933c1ee58462e95b8e1685ae69e7f55
parent717f6d60859cc2d1d7dfd57520531a50bd78df9c
pgstattuple: Add new error case for spgist indexes.

Extracted from a larger patch by Jaime Casanova, reviewed by Noah Misch.
I think this error message could use some more extensive revision, but
this at least makes the handling of spgist consistent with what we do for
other types of indexes that this code doesn't know how to handle.
contrib/pgstattuple/pgstattuple.c