pgstat: drop subscription stats without slot as well, fix comment
authorAndres Freund <[email protected]>
Wed, 6 Jul 2022 15:53:25 +0000 (08:53 -0700)
committerAndres Freund <[email protected]>
Wed, 6 Jul 2022 15:56:34 +0000 (08:56 -0700)
commit7b64e4b3fa04769b725306a75bf3dd26e5a854fa
treef0b9ad218f8c88c0a2a9d86aec7e68b1358983b9
parentb0a55e43299c4ea2a9a8c757f9c26352407d0ccc
pgstat: drop subscription stats without slot as well, fix comment

There's no reason anymore to only drop subscription stats if associated with a
slot, now that stats drops are transactional. And since there's now no other
cleanup of stats, this would lead to stats for slot-less subscriptions to get
 (however most slot-less subs won't have stats).

Additionally, the comment referring to autovacuum cleaning up stats was
clearly outdated.

Author: Masahiko Sawada <[email protected]>
Discussion: https://postgr.es/m/CAD21AoAwiby3HeJE7vJe16Gr75RFfJ640dyHqvsiUhyKJTXPtw@mail.gmail.com
Back: 15-
src/backend/commands/subscriptioncmds.c