Re: Detoasting optionally to make Explain-Analyze less misleading - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Detoasting optionally to make Explain-Analyze less misleading
Date
Msg-id 4017527.1712757455@sss.pgh.pa.us
Whole thread Raw
In response to Re: Detoasting optionally to make Explain-Analyze less misleading  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Responses Re: Detoasting optionally to make Explain-Analyze less misleading
List pgsql-hackers
Matthias van de Meent <boekewurm+postgres@gmail.com> writes:
> Upthread at [0], Stepan mentioned that we should default to SERIALIZE
> when ANALYZE is enabled. I suspect a patch in that direction would
> primarily contain updates in the test plan outputs, but I've not yet
> worked on that.

> Does anyone else have a strong opinion for or against adding SERIALIZE
> to the default set of explain features enabled with ANALYZE?

I am 100% dead set against that, because it would silently render
EXPLAIN outputs from different versions quite non-comparable.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: Table AM Interface Enhancements
Next
From: Alvaro Herrera
Date:
Subject: Re: Can't find not null constraint, but \d+ shows that