forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit69544ec
doc: Update pg_stat_statements about query ID calculation of utilities
Since 3db72eb, the calculation of the query ID hash for utilities is notdone based on the textual query strings, but on their internal Queryrepresentation, meaning that there can be an overlap when they useliteral constants. The documentation of pg_stat_statements was missinga refresh about that.Extracted from a larger patch by me.Discussion:https://postgr.es/m/Y+MRdEq9W9XVa2AB@paquier.xyz1 parent5c57495 commit69544ec
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
| 490 | + | |
| 491 | + | |
491 | 492 |
| |
492 | 493 |
| |
493 | 494 |
| |
494 | 495 |
| |
495 |
| - | |
496 |
| - | |
| 496 | + | |
497 | 497 |
| |
498 | 498 |
| |
499 | 499 |
| |
|
0 commit comments
Comments
(0)