Add minimal set of regression tests for pg_stat_statements.
authorAndres Freund <andres@anarazel.de>
Sat, 12 Nov 2016 13:01:48 +0000 (05:01 -0800)
committerAndres Freund <andres@anarazel.de>
Sat, 12 Nov 2016 13:01:48 +0000 (05:01 -0800)
commit9be244dbe876038676e92e34d0f9fe55914376d2
treee6c6d664cc92d12df8fa444cd907daa7480bc4ae
parent1c1475577623019ff887825b9a804f78ec806344
Add minimal set of regression tests for pg_stat_statements.

While the set of covered functionality is fairly small, the added tests
still are useful to get some basic buildfarm testing of
pg_stat_statements itself, but also to exercise the lwlock tranch code
on the buildfarm.

Author: Amit Kapila, slightly editorialized by me
Reviewed-By: Ashutosh Sharma, Andres Freund
Discussion: <CAA4eK1JOjkdXYtHxh=2aDK4VgDtN-LNGKY_YqX0N=YEvuzQVWg@mail.gmail.com>
contrib/pg_stat_statements/Makefile
contrib/pg_stat_statements/expected/pg_stat_statements.out [new file with mode: 0644]
contrib/pg_stat_statements/pg_stat_statements.conf [new file with mode: 0644]
contrib/pg_stat_statements/sql/pg_stat_statements.sql [new file with mode: 0644]