pgsql: pageinspect: Add tests

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pageinspect: Add tests
Дата
Msg-id E1c1dOZ-00043E-PG@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: pageinspect: Add tests
Re: pgsql: pageinspect: Add tests
Список pgsql-committers
pageinspect: Add tests

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/adfb81d9e1d60a6b69c128537b69a46b7761d749

Modified Files
--------------
contrib/pageinspect/.gitignore         |  4 ++
contrib/pageinspect/Makefile           |  2 +
contrib/pageinspect/expected/brin.out  | 51 ++++++++++++++++++++++++
contrib/pageinspect/expected/btree.out | 45 +++++++++++++++++++++
contrib/pageinspect/expected/gin.out   | 30 ++++++++++++++
contrib/pageinspect/expected/page.out  | 73 ++++++++++++++++++++++++++++++++++
contrib/pageinspect/sql/brin.sql       | 18 +++++++++
contrib/pageinspect/sql/btree.sql      | 17 ++++++++
contrib/pageinspect/sql/gin.sql        | 14 +++++++
contrib/pageinspect/sql/page.sql       | 30 ++++++++++++++
10 files changed, 284 insertions(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add make rules to download raw Unicode mapping files
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: pageinspect: Add tests