Another incorrect comment for pg_stat_statements
Japin Li <japinli@hotmail.com>
From: Japin Li <japinli@hotmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-06-28T02:52:50Z
Lists: pgsql-hackers
Attachments
- fix-comment-for-entry_reset.patch (text/x-diff)
- (unnamed) (text/plain)
Hi, hackers There has $subject that introduced by commit 6b4d23feef6. When we reset the entries if all parameters are avaiable, non-top-level entries removed first, then top-level entries.
Commits
-
pg_stat_statements: Fix second comment related to entry resets
- 7e8349cbd7f7 14.9 landed
- e886124647ce 15.4 landed
- bc8e9a6a25e1 16.0 landed
-
pg_stat_statements: Fix incorrect comment with entry resets
- aa4b11e8be7d 14.9 landed
- a757e16b7e7c 15.4 landed
- dc73db67433c 16.0 landed
-
Track identical top vs nested queries independently in pg_stat_statements
- 6b4d23feef6e 14.0 cited