Add a regression test for pgstattuple.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Aug 2011 04:06:16 +0000 (00:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Aug 2011 04:06:16 +0000 (00:06 -0400)
commitbd165757f4e0914efb808927482c46f719adcbc5
treef3ef9baf58e676a062048347702d326848d544f8
parentaf7d181298fbcd4eb225ee349598edd4611c652d
Add a regression test for pgstattuple.

This is mainly to prove that the NaN fix actually works cross-platform.
contrib/pgstattuple/.gitignore [new file with mode: 0644]
contrib/pgstattuple/Makefile
contrib/pgstattuple/expected/pgstattuple.out [new file with mode: 0644]
contrib/pgstattuple/sql/pgstattuple.sql [new file with mode: 0644]