Re: enable pg_stat_statements to track rows processed by REFRESH MATERIALIZED VIEW
| От | Fujii Masao |
|---|---|
| Тема | Re: enable pg_stat_statements to track rows processed by REFRESH MATERIALIZED VIEW |
| Дата | |
| Msg-id | aab41011-887e-6cae-ba1f-d47b56412b88@oss.nttdata.com обсуждение исходный текст |
| Ответ на | Re: enable pg_stat_statements to track rows processed by REFRESH MATERIALIZED VIEW (Yuki Seino <seinoyu@oss.nttdata.com>) |
| Ответы |
Re: enable pg_stat_statements to track rows processed by REFRESH MATERIALIZED VIEW
|
| Список | pgsql-hackers |
On 2020/11/02 14:02, Yuki Seino wrote: > The following review has been posted through the commitfest application: > make installcheck-world: tested, passed > Implements feature: tested, passed > Spec compliant: tested, passed > Documentation: tested, passed > > +1. > I checked the patch and there were no problems. + PG_END_TRY(); + SetQueryCompletion(qc, CMDTAG_REFRESH_MATERIALIZED_VIEW, processed); Isn't it better to call SetQueryCompletion() in ExecRefreshMatView() instead of ProcessUtilitySlow() (e.g., ExecCreateTableAs() does)? Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
В списке pgsql-hackers по дате отправления: