pgsql: pageinspect: Add tests - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pageinspect: Add tests
Date
Msg-id E1c1dOZ-00043E-PG@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: pageinspect: Add tests
Re: pgsql: pageinspect: Add tests
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add make rules to download raw Unicode mapping files
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: pageinspect: Add tests