forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd8453cc
committed
Revert "Silence compiler warning"
This reverts commit9dc1225.As committed, statement sampling used the existing duration threshold(log_min_duration_statement) when decide which statements to sample.The issue is that even the longest statements are subject to sampling,and so may not end up logged. An improvement was proposed, introducinga second duration threshold, but it would not be backwards compatible.So we've decided to revert this feature - the separate threshold shouldbe part of the feature itself.Discussion:https://postgr.es/m/CAFj8pRDS8tQ3Wviw9%3DAvODyUciPSrGeMhJi_WPE%2BEB8%2B4gLL-Q%40mail.gmail.com1 parentdf521ab commitd8453cc
1 file changed
+6
-7
lines changedLines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2236 | 2236 |
| |
2237 | 2237 |
| |
2238 | 2238 |
| |
2239 |
| - | |
2240 |
| - | |
2241 |
| - | |
| 2239 | + | |
| 2240 | + | |
2242 | 2241 |
| |
2243 |
| - | |
2244 |
| - | |
2245 |
| - | |
2246 |
| - | |
| 2242 | + | |
| 2243 | + | |
| 2244 | + | |
| 2245 | + | |
2247 | 2246 |
| |
2248 | 2247 |
| |
2249 | 2248 |
| |
|
0 commit comments
Comments
(0)