Re: Fix to not check included columns in ANALYZE on indexes

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix to not check included columns in ANALYZE on indexes
Date: 2018-06-29 14:31:51
Message-ID: 2996c50e-2ef6-f292-8b44-9ea16c0e5e16@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> AFAICS, we'd just have to revert this patch later, so I don't see
> much value in it.
True, I suppose we should apply this patch just for consistency, because we
don't allow expression in included columns.

>
> Also, is it really true that we don't support included expression
> columns now? In what way would that not be a bug?
Because index only scan doesn't support expression index and, hence, expressions
in included columns are not useful. It could be changed in future but, suppose,
not in v11.

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikita Glukhov 2018-06-29 14:36:14 Re: [HACKERS] [PATCH] kNN for SP-GiST
Previous Message Mai Peng 2018-06-29 14:00:44 ERROR: cannot start subtransactions during a parallel operation