pgsql: Remove overzealous array element type assertion.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Remove overzealous array element type assertion.
Дата
Msg-id E1ryjmx-003GXE-Up@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove overzealous array element type assertion.

This led to spurious assertion failures in certain scenarios involving
pseudo types.

Oversight in commit 5bf748b8, which enhanced nbtree ScalarArrayOp
execution.

Reported-By: Richard Guo <guofenglinux@gmail.com>
Discussion: https://postgr.es/m/CAMbWs48f5rDOwxaT76Zd40m7n9iGZQcjEk7vG_5p3YWNh6oPfA@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/access/nbtree/nbtutils.c | 1 -
1 file changed, 1 deletion(-)


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: createdb: compare strategy case-insensitive
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix dumps of partitioned tables with table AMs