pgsql: Change array comparison rules to consider dimensionality

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change array comparison rules to consider dimensionality
Date: 2005-11-19 19:44:55
Message-ID: 20051119194455.6D012DBC8A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-11-19 20:57:45 pgsql: Stopgap solution for problem reported by Alexey Beschiokov: after
Previous Message Andrew Dunstan 2005-11-19 17:39:45 pgsql: DROP objecttype IF EXISTS for the following objects: table