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-21T08:48:35Z
Lists: pgsql-hackers
Attachments
- merge-explain-worker-output-v3.patch (text/x-patch) patch v3
TEXT format was tricky due to its inconsistencies, but I think I have something working reasonably well. I added a simple test for TEXT format output as well, using a similar approach as the JSON format test, and liberally regexp_replacing away any volatile output. I suppose in theory we could do this for YAML, too, but I think it's gross enough not to be worth it, especially given the high similarity of all the structured outputs.
Commits
-
Clean up EXPLAIN's handling of per-worker details.
- 100136849704 13.0 landed