Re: Doc update for pg_stat_statements normalization
Sami Imseih <simseih@amazon.com>
From: "Imseih (AWS), Sami" <simseih@amazon.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-02-28T23:11:30Z
Lists: pgsql-hackers
Attachments
- 0001-doc-update-regarding-pg_stat_statements-normalizatio.patch (application/octet-stream) patch 0001
> I am OK with an addition to the documentation to warn that one may > have to increase the maximum number of entries that can be stored if > seeing a non-normalized entry that should have been normalized. I agree. We introduce the concept of a plannable statement in a previous section and we can then make this distinction in the new paragraph. I also added a link to pg_stat_statements_info since that is introduced later on int the doc. Regards, -- Sami Imseih Amazon Web Services
Commits
-
doc: Mention de-normalization of deallocated entries in pg_stat_statements
- 6da67a0c111a 16.0 landed