- Notifications
You must be signed in to change notification settings - Fork28
Commit4f9ed8f
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 parente0f5048 commit4f9ed8f
1 file changed
+6
-7
lines changedLines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2256 | 2256 |
| |
2257 | 2257 |
| |
2258 | 2258 |
| |
2259 |
| - | |
2260 |
| - | |
2261 |
| - | |
| 2259 | + | |
| 2260 | + | |
2262 | 2261 |
| |
2263 |
| - | |
2264 |
| - | |
2265 |
| - | |
2266 |
| - | |
| 2262 | + | |
| 2263 | + | |
| 2264 | + | |
| 2265 | + | |
2267 | 2266 |
| |
2268 | 2267 |
| |
2269 | 2268 |
| |
|
0 commit comments
Comments
(0)