Add new option 'all' to pg_stat_reset_shared() - Mailing list pgsql-hackers

From torikoshia
Subject Add new option 'all' to pg_stat_reset_shared()
Date
Msg-id 4291a55137ddda77cf7cc5f46e846daf@oss.nttdata.com
Whole thread Raw
Responses Re: Add new option 'all' to pg_stat_reset_shared()
List pgsql-hackers
Hi,

After 96f052613f3, we have below 6 types of parameter for 
pg_stat_reset_shared().

   "archiver", "bgwriter", "checkpointer", "io", "recovery_prefetch",  
"wal"

How about adding a new option 'all' to delete all targets above?

I imagine there are cases where people want to initialize all of them at 
the same time in addition to initializing one at a time.

-- 
Regards,

--
Atsushi Torikoshi
NTT DATA Group Corporation



pgsql-hackers by date:

Previous
From: Pavel Borisov
Date:
Subject: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: A recent message added to pg_upgade