| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add minimal set of regression tests for pg_stat_statements. |
| Date: | 2016-11-12 13:04:02 |
| Message-ID: | E1c5XyU-0003cj-NE@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)mail(dot)gmail(dot)com>
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/9be244dbe876038676e92e34d0f9fe55914376d2
Modified Files
--------------
contrib/pg_stat_statements/Makefile | 7 +++++++
.../expected/pg_stat_statements.out | 21 +++++++++++++++++++++
contrib/pg_stat_statements/pg_stat_statements.conf | 1 +
.../pg_stat_statements/sql/pg_stat_statements.sql | 15 +++++++++++++++
4 files changed, 44 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2016-11-12 13:04:08 | Re: Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated. |
| Previous Message | Tom Lane | 2016-11-11 17:04:17 | pgsql: Doc: fix data types of FuncCallContext's call_cntr and max_calls |