Re: Duplicate Workers entries in some EXPLAIN plans
Maciek Sakrejda <m.sakrejda@gmail.com>
From: Maciek Sakrejda <m.sakrejda@gmail.com>
To: Georgios Kokolatos <gkokolatos@pm.me>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-01-24T17:03:22Z
Lists: pgsql-hackers
Attachments
- merge-explain-worker-output-v5.patch (text/x-patch) patch v5
Great, thank you. I noticed in the CF patch tester app, the build fails on Windows [1]. Investigating, I realized I had failed to fully strip volatile EXPLAIN info (namely buffers) in TEXT mode due to a bad regexp_replace. I've fixed this in the attached patch (which I also rebased against current master again). [1]: https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.76313
Commits
-
Clean up EXPLAIN's handling of per-worker details.
- 100136849704 13.0 landed