mirror of https://github.com/postgres/postgres
Since 3db72eb
, the calculation of the query ID hash for utilities is not
done based on the textual query strings, but on their internal Query
representation, meaning that there can be an overlap when they use
literal constants. The documentation of pg_stat_statements was missing
a refresh about that.
Extracted from a larger patch by me.
Discussion: https://postgr.es/m/Y+MRdEq9W9XVa2AB@paquier.xyz
pull/131/head
parent
b1b86820d8
commit
6a88a05861
Loading…
Reference in new issue