- Notifications
You must be signed in to change notification settings - Fork5
Commitff5b6c9
committed
Add:
> * Make log_min_duration_statement output when the duration is reached rather> than when the statement completes>> This prints long queries while they are running, making trouble shooting> easier. Also, it eliminates the need for log_statement because it> would now be the same as a log_min_duration_statement of zero.1 parentaef2d0d commitff5b6c9
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
123 | 129 |
| |
124 | 130 |
| |
125 | 131 |
| |
|
0 commit comments
Comments
(0)