pg_log_backend_memory_contexts - remove unnecessary test case

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема pg_log_backend_memory_contexts - remove unnecessary test case
Дата
Msg-id CALj2ACVJ1nivn2ycWe33=CAzd4z2pDH2wh=jYwT=NdZDYqR+8Q@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi,

While reviewing another patch [1], I found an unnecessary test case of
pg_log_backend_memory_contexts, that is, executing the function after
granting the permission to the role and checking the permissions with
the has_function_privilege. IMO, it's unnecessary as we have the test
cases covering the function execution just above that. With the
removal of these test cases, the regression tests timings can be
improved (a tiniest tiniest tiniest tiniest amount of time though).
Attaching a small patch.

Thoughts?

[1] https://www.postgresql.org/message-id/04596d19-1bb6-4865-391d-4e63c9b3317f%40oss.nttdata.com

Regards,
Bharath Rupireddy.

Вложения

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

Предыдущее
От: torikoshia
Дата:
Сообщение: Re: RFC: Logging plan of the running query
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: Is there a way (except from server logs) to know the kind of on-going/last checkpoint?