pgsql: Remove overzealous array element type assertion. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove overzealous array element type assertion.
Date
Msg-id E1ryjmx-003GXE-Up@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: createdb: compare strategy case-insensitive
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix dumps of partitioned tables with table AMs