pgsql: pgstattuple: Add new error case for spgist indexes.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: pgstattuple: Add new error case for spgist indexes.
Дата
Msg-id E1S7RwW-0005n7-DM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/97c85098de1e21825adf447df60b95a56cef7bd8

Modified Files
--------------
contrib/pgstattuple/pgstattuple.c |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, add various logging improvements:
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: pgstattuple: Use a BufferAccessStrategy object to avoid cache-tr