forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7c7026b
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 parent4ea5cf4 commit7c7026b
2 files changed
+6
-6
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1163 | 1163 |
| |
1164 | 1164 |
| |
1165 | 1165 |
| |
1166 |
| - | |
1167 |
| - | |
1168 |
| - | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
1169 | 1169 |
| |
1170 | 1170 |
| |
1171 | 1171 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 |
| - | |
295 |
| - | |
296 |
| - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
|
0 commit comments
Comments
(0)