pgsql: doc: Update pg_stat_statements about query ID calculation of uti - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Update pg_stat_statements about query ID calculation of uti
Date
Msg-id E1pXBKS-001Gb1-72@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Update pg_stat_statements about query ID calculation of utilities

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a88a058614bc921d6cab1cc50330ddee283c810

Modified Files
--------------
doc/src/sgml/pgstatstatements.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress more compiler warnings in new pgstats code.
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Mention de-normalization of deallocated entries in pg_stat_