Add GUC variables for stat tracking and timeout as PGDLLIMPORT
authorMichael Paquier <[email protected]>
Tue, 21 Jan 2020 04:47:17 +0000 (13:47 +0900)
committerMichael Paquier <[email protected]>
Tue, 21 Jan 2020 04:47:17 +0000 (13:47 +0900)
commitdbe405b7859c68a4927afd8334059cf9348afbeb
treef7c550c7d72f34d681ce3670976c114d75e3eca5
parent42e538fe673b20d9adfc46bc889f3eb16ceb6538
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/1579298868581[email protected]
Backpatch-through: 9.4
src/include/pgstat.h
src/include/storage/proc.h