Re: enable pg_stat_statements to track rows processed by REFRESH MATERIALIZED VIEW
Yuki Seino <seinoyu@oss.nttdata.com>
From: Yuki Seino <seinoyu@oss.nttdata.com>
To: pgsql-hackers@lists.postgresql.org
Cc: yuta katsuragi <btkatsuragiyu@oss.nttdata.com>
Date: 2020-11-02T05:02:47Z
Lists: pgsql-hackers
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. I hope this fix will be reflected. The new status of this patch is: Ready for Committer
Commits
-
pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.
- b62e6056a05c 14.0 landed