pageinspect: Add tests
Peter Eisentraut <peter_e@gmx.net>
pageinspect: Add tests
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pageinspect/expected/brin.out | added | +51 −0 |
| contrib/pageinspect/expected/btree.out | added | +45 −0 |
| contrib/pageinspect/expected/gin.out | added | +30 −0 |
| contrib/pageinspect/expected/page.out | added | +73 −0 |
| contrib/pageinspect/.gitignore | added | +4 −0 |
| contrib/pageinspect/Makefile | modified | +2 −0 |
| contrib/pageinspect/sql/brin.sql | added | +18 −0 |
| contrib/pageinspect/sql/btree.sql | added | +17 −0 |
| contrib/pageinspect/sql/gin.sql | added | +14 −0 |
| contrib/pageinspect/sql/page.sql | added | +30 −0 |