1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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>
This commit is contained in:
Andres Freund
2016-11-12 05:01:48 -08:00
parent 1c14755776
commit 9be244dbe8
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1 @@
shared_preload_libraries = 'pg_stat_statements'