pgsql: Fix incorrect assertion on number of array dimensions.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect assertion on number of array dimensions.
Date: 2020-10-01 10:21:17
Message-ID: E1kNvi9-0001yc-K8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect assertion on number of array dimensions.

This has been wrong ever since the support for multi-dimensional
arrays as PL/python function arguments and return values was
introduced in commit 94aceed317.

Backpatch-through: 10
Discussion: https://www.postgresql.org/message-id/61647b8e-961c-0362-d5d3-c8a18f4a7ec6%40iki.fi

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/17fc1c729fc2220fee1ec125ff63d2f7ba6f466e

Modified Files
--------------
src/pl/plpython/plpy_typeio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-10-01 14:59:37 pgsql: Put back explicit setting of replication values within TAP tests
Previous Message Heikki Linnakangas 2020-10-01 08:38:15 pgsql: Set right-links during sorted GiST index build.