Re: improve EXPLAIN for wide tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: improve EXPLAIN for wide tables
Date
Msg-id 1980561.1734366083@sss.pgh.pa.us
Whole thread Raw
Responses Re: improve EXPLAIN for wide tables
List pgsql-hackers
Sami Imseih <samimseih@gmail.com> writes:
> Looking further into this improvement, I started to question if it is
> necessary to make columns unique for EXPLAIN purposes?

Yes, otherwise references to them elsewhere in the plan will be
ambiguous.

It looks like your proposal tries to dodge that by unique-ifying
in some cases but not others, which strikes me as a totally
random and confusing thing to do.

Is there any reason to think that 52c707483 wasn't a sufficient
response to this issue?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: Count and log pages set all-frozen by vacuum
Next
From: Tomas Vondra
Date:
Subject: Re: Add missing tab completion for ALTER TABLE ADD COLUMN IF NOT EXISTS