pgsql: Strengthen type_sanity's check on pg_type.typarray.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Strengthen type_sanity's check on pg_type.typarray.
Date: 2007-10-13 22:33:38
Message-ID: 20071013223338.1B182753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Strengthen type_sanity's check on pg_type.typarray. It failed to
complain about types that didn't have typarray set. Noted while
working on txid patch.

Modified Files:
--------------
pgsql/src/test/regress/sql:
type_sanity.sql (r1.31 -> r1.32)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/type_sanity.sql?r1=1.31&r2=1.32)
pgsql/src/test/regress/expected:
type_sanity.out (r1.31 -> r1.32)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/type_sanity.out?r1=1.31&r2=1.32)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-10-13 22:55:38 pgsql: Try to fix msvc build for recent initdb changes.
Previous Message Tom Lane 2007-10-13 20:46:47 pgsql: Guard against possible double free during error escape from XML