BUG #15372: pg_stat_statements extension ignore stats_temp_directory setting and always write into pg_stat_tmp

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: maxim(dot)boguk(at)gmail(dot)com
Subject: BUG #15372: pg_stat_statements extension ignore stats_temp_directory setting and always write into pg_stat_tmp
Date: 2018-09-08 07:08:22
Message-ID: 153639050273.23141.4409952612133047117@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15372
Logged by: Maxim Boguk
Email address: maxim(dot)boguk(at)gmail(dot)com
PostgreSQL version: 9.6.10
Operating system: Linux
Description:

Hi,

pg_stat_statements extension always write pgss_query_texts.stat file into
data_directory/pg_stat_tmp
and ignore stats_temp_directory settings which supposed to overwrite stat
directory location.
It isn't good because this file could be quite a large (and almost always
larger than standard pg_stat_tmp content).

It seems that the issue exists in any supported version of the database.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2018-09-08 07:37:01 Re: BUG #15371: a user who not a member of pg_read_server_files role can create a new user into pg_read_server_files
Previous Message PG Bug reporting form 2018-09-08 07:06:52 BUG #15371: a user who not a member of pg_read_server_files role can create a new user into pg_read_server_files