Re: testing with pg_stat_statements

2021-09-16 Thread Julien Rouhaud
On Fri, Sep 17, 2021 at 3:08 AM Andrew Dunstan wrote: > > So I tested it > out with a modified buildfarm client with this line added in the initdb > step where it's adding the extra_config to postgresql.conf: > > print $handle "shared_preload_libraries = 'pg_stat_statements'\n"; > > The good n

testing with pg_stat_statements

2021-09-16 Thread Andrew Dunstan
After the recent case where the SQL/JSON patches had an error that only exhibited when pg_stat_statement was preloaded, I decided to see if there were any other such cases in our committed code. So I tested it out with a modified buildfarm client with this line added in the initdb step where it's a