Обсуждение: pgsql: Partially undo commit 94da73281.

Поиск
Список
Период
Сортировка

pgsql: Partially undo commit 94da73281.

От
Tom Lane
Дата:
Partially undo commit 94da73281.

On closer inspection, mcv.c isn't as broken for ScalarArrayOpExpr
as I thought.  The Var-on-right issue is real enough, but actually
it does cope fine with a NULL array constant --- I was misled by
an XXX comment suggesting it didn't.  Undo that part of the code
change, and replace the XXX comment with something less misleading.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6303df08f0c4961c4e13b8e2aefab2dc1be7cd2d

Modified Files
--------------
src/backend/statistics/extended_stats.c |  7 +++----
src/backend/statistics/mcv.c            | 25 ++++++++++++++++---------
2 files changed, 19 insertions(+), 13 deletions(-)