pgsql: doc: Update pg_stat_statements about query ID calculation of uti

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: doc: Update pg_stat_statements about query ID calculation of uti
Дата
Msg-id E1pXBKS-001Gb1-72@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress more compiler warnings in new pgstats code.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Mention de-normalization of deallocated entries in pg_stat_