Re: Explain: Duplicate key "Workers" in JSON format - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Explain: Duplicate key "Workers" in JSON format
Date
Msg-id 20200331171622.gzjsjkphq6wug2sz@alap3.anarazel.de
Whole thread Raw
In response to Re: Explain: Duplicate key "Workers" in JSON format  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On 2020-03-31 14:06:50 -0300, Alvaro Herrera wrote:
> We have not fixed this, have we?

I thought we did:

commit 10013684970453a0ddc86050bba813c611114321
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date:   2020-01-25 18:16:42 -0500

    Clean up EXPLAIN's handling of per-worker details.

    Previously, it was possible for EXPLAIN ANALYZE of a parallel query
    to produce several different "Workers" fields for a single plan node,
    because different portions of explain.c independently generated
    per-worker data and wrapped that output in separate fields.  This
    is pretty bogus, especially for the structured output formats: even
    if it's not technically illegal, most programs would have a hard time
    dealing with such data.



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Explain: Duplicate key "Workers" in JSON format
Next
From: Ranier Vilela
Date:
Subject: [PATCH] Fix type var declaration (src/backend/access/brin/brin.c)