forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1ef7332
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 parent6f6daa1 commit1ef7332
2 files changed
+6
-6
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1140 | 1140 |
| |
1141 | 1141 |
| |
1142 | 1142 |
| |
1143 |
| - | |
1144 |
| - | |
1145 |
| - | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
1146 | 1146 |
| |
1147 | 1147 |
| |
1148 | 1148 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
278 |
| - | |
279 |
| - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
|
0 commit comments
Comments
(0)