pgsql: Change array comparison rules to consider dimensionality - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Change array comparison rules to consider dimensionality
Date
Msg-id 20051119194455.6D012DBC8A@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Change array comparison rules to consider dimensionality information,
not only the array contents, before claiming two arrays are equal.
Per recent discussion.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.294 -> r1.295)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.294&r2=1.295)
    pgsql/src/backend/utils/adt:
        arrayfuncs.c (r1.124 -> r1.125)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c.diff?r1=1.124&r2=1.125)

pgsql-committers by date:

Previous
From: adunstan@svr1.postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: DROP objecttype IF EXISTS for the following objects: table
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Stopgap solution for problem reported by Alexey Beschiokov: after