forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit58ad961
committed
Add note in pg_stat_statements documentation about planning statistics.
The added note explains that the numbers of planning and execution inthe statement are not always expected to match because their statistics areupdated at their respective end phase, and only for successful operations.Author: Pascal Legrand, Julien Rouhaud, tweaked a bit by Fujii MasaoDiscussion:https://postgr.es/m/1585857868967-0.post@n3.nabble.com1 parentc3e4cba commit58ad961
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
| |||
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
401 | 411 |
| |
402 | 412 |
| |
403 | 413 |
| |
|
0 commit comments
Comments
(0)