]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
authorMichael Paquier <michael@paquier.xyz>
Tue, 21 Jan 2020 04:47:05 +0000 (13:47 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 21 Jan 2020 04:47:05 +0000 (13:47 +0900)
commit1ef7332b78f55f0503a8c882886d2979c2f94c62
tree890f7f0634b41e138eabffc2658eeab1d0bb5998
parent6f6daa1be78503ee3d171d28ed9f6843cc53d129
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-0.post@n3.nabble.com
Backpatch-through: 9.4
src/include/pgstat.h
src/include/storage/proc.h