pgsql: Add GUC variables for stat tracking and timeout as PGDLLIMPORT

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Date: 2020-01-21 04:48:04
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add GUC variables for stat tracking and timeout as PGDLLIMPORT

This helps integration of extensions with Windows. The following
parameters are changed:
- idle_in_transaction_session_timeout (9.6 and newer versions)
- lock_timeout
- statement_timeout
- track_activities
- track_counts
- track_functions

Author: Pascal Legrand
Reviewed-by: Amit Kamila, Julien Rouhaud, Michael Paquier
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 9.4

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ef8e6b2c2ba05f27b7bbfcb1a180db07d1c274ee

Modified Files
--------------
src/include/pgstat.h | 6 +++---
src/include/storage/proc.h | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-01-21 07:34:13 pgsql: Fix edge case leading to agg transitions skipping ExecAggTransRe
Previous Message Tom Lane 2020-01-20 19:27:04 pgsql: Further tweaking of jsonb_set_lax().