pgsql: Relax an Assert() that has been found to be too strict in some - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Relax an Assert() that has been found to be too strict in some
Date
Msg-id 20070124012552.0642A9FB5D8@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Relax an Assert() that has been found to be too strict in some situations
involving unions of types having typmods.  Variants of the failure are known
to occur in 8.1 and up; not sure if it's possible in 8.0 and 7.4, but since
the code exists that far back, I'll just patch 'em all.  Per report from
Brian Hurt.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        execScan.c (r1.38 -> r1.38.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execScan.c.diff?r1=1.38&r2=1.38.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Relax an Assert() that has been found to be too strict in some
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Relax an Assert() that has been found to be too strict in some