pgsql: Establish the rule that array types should have the same typdelim - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Establish the rule that array types should have the same typdelim
Date
Msg-id 20080925032857.05C9E7545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Establish the rule that array types should have the same typdelim as their
element types.  Since the backend doesn't actually pay attention to the array
type's delimiter, this has no functional effect, but it seems better for the
catalog entries to be consistent.  Per gripe from Greg Mullane and subsequent
discussion.

Modified Files:
--------------
    pgsql/src/backend/commands:
        typecmds.c (r1.123 -> r1.124)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/typecmds.c?r1=1.123&r2=1.124)
    pgsql/src/include/catalog:
        catversion.h (r1.488 -> r1.489)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.488&r2=1.489)
        pg_type.h (r1.199 -> r1.200)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h?r1=1.199&r2=1.200)
    pgsql/src/test/regress/expected:
        type_sanity.out (r1.33 -> r1.34)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/type_sanity.out?r1=1.33&r2=1.34)
    pgsql/src/test/regress/sql:
        type_sanity.sql (r1.33 -> r1.34)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/type_sanity.sql?r1=1.33&r2=1.34)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add documentation about when trigger values NEW/OLD return NULL.
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: stop playing with -fomit-frame-pointer