Re: Support reset of Shared objects statistics in "pg_stat_reset" function

Поиск
Список
Период
Сортировка
От Sadhuprasad Patro
Тема Re: Support reset of Shared objects statistics in "pg_stat_reset" function
Дата
Msg-id CAFF0-CGt3e-aYppbMwz7uTXfj8tV0HFOqVony6iMx82JCWS+Sg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Support reset of Shared objects statistics in "pg_stat_reset" function  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Ответы Re: Support reset of Shared objects statistics in "pg_stat_reset" function  (Mahendra Singh Thalor <mahi6run@gmail.com>)
Список pgsql-hackers
> On 2021/08/20 11:07, Mahendra Singh Thalor wrote:
> > 1)
> >           Resets statistics for a single table or index in the current database
> > -        to zero.
> > +        to zero. The input can be a shared table also
> >
> > I think, above comment should be modified. Maybe, we can modify it as "If input is a shared oid(table or index or
toast),then resets statistics for a single shared entry to zero.
 
>
> I'm not sure if ordinary users can understand what "shared oid" means. Instead,
> what about "Resets statistics for a single relation in the current database or
> shared across all databases in the cluster to zero."?
>

Thank you for the review here. As per the comments, attached the
latest patch here...


Thanks & Regards
SadhuPrasad
EnterpriseDB: http://www.enterprisedb.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sadhuprasad Patro
Дата:
Сообщение: Re: Support reset of Shared objects statistics in "pg_stat_reset" function
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: enhancing plpgsql debug API - returns text value of variable content