- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitdbe405b
committed
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
This helps integration of extensions with Windows. The followingparameters are changed:- idle_in_transaction_session_timeout (9.6 and newer versions)- lock_timeout- statement_timeout- track_activities- track_counts- track_functionsAuthor: Pascal LegrandReviewed-by: Amit Kamila, Julien Rouhaud, Michael PaquierDiscussion:https://postgr.es/m/1579298868581-0.post@n3.nabble.comBackpatch-through: 9.41 parent42e538f commitdbe405b
2 files changed
+5
-5
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
808 | 808 |
| |
809 | 809 |
| |
810 | 810 |
| |
811 |
| - | |
812 |
| - | |
813 |
| - | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
814 | 814 |
| |
815 | 815 |
| |
816 | 816 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
228 |
| - | |
| 227 | + | |
| 228 | + | |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
|
0 commit comments
Comments
(0)