pgsql: pageinspect: Add tests

Started by Peter Eisentrautover 9 years ago3 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(+)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Peter Eisentraut (#1)
Re: pgsql: pageinspect: Add tests

On 11/1/16 2:02 PM, Peter Eisentraut wrote:

pageinspect: Add tests

I'm aware that this is failing on some build farm hosts. I'll be
removing the failing tests.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: pgsql: pageinspect: Add tests

Peter Eisentraut <peter_e@gmx.net> writes:

pageinspect: Add tests

The buildfarm thinks the results of these tests aren't terribly portable.

I'm not sure which of the diffs might represent actual bugs in
pageinspect, but at least some of them look like expectable endianness
differences.

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers