From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: pageinspect: Add tests |
Date: | 2016-11-01 18:02:47 |
Message-ID: | E1c1dOZ-00043E-PG@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2016-11-01 18:43:21 | Re: pgsql: pageinspect: Add tests |
Previous Message | Peter Eisentraut | 2016-11-01 15:58:56 | pgsql: Add make rules to download raw Unicode mapping files |