Re: pg_stat_have_stats() returns true for dropped indexes (or for index creation transaction rolled back)
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: "Drouvot, Bertrand" <bdrouvot@amazon.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-09-23T20:45:09Z
Lists: pgsql-hackers
Hi, On 2022-09-01 08:40:54 +0200, Drouvot, Bertrand wrote: > Thanks for the suggestion, I'm coming up with this proposal in v4 attached: I pushed the bugfix / related test portion to 15, master. Thanks! I left the replication stuff out - it seemed somewhat independent. Probably will just push that to master, unless somebody thinks it should be in both? Greetings, Andres Freund
Commits
-
pgstat: Fix transactional stats dropping for indexes
- 43e496e24298 15.0 landed
- d811ce6ea343 16.0 landed