[COMMITTERS] pgsql: Allow rel_is_distinct_for() to look through RelabelType belowOp

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Allow rel_is_distinct_for() to look through RelabelType belowOp
Дата
Msg-id E1dtfFZ-0003wM-2S@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow rel_is_distinct_for() to look through RelabelType below OpExpr.

This lets it do the right thing for, eg, varchar columns.
Back-patch to 9.5 where this logic appeared.

David Rowley, per report from Kim Rose Carlsen

Discussion: https://postgr.es/m/VI1PR05MB17091F9A9876528055D6A827C76D0@VI1PR05MB1709.eurprd05.prod.outlook.com

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/eeff6839633d97c03a43889ed7c83df81d513f08

Modified Files
--------------
src/backend/optimizer/plan/analyzejoins.c | 8 ++++++++
1 file changed, 8 insertions(+)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix possible dangling pointer dereference in trigger.c.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Doc: update v10 release notes through today.