pgsql: Before attempting to create a composite type, check whether a - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Before attempting to create a composite type, check whether a
Date
Msg-id 20100120054710.0CC867541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Before attempting to create a composite type, check whether a type of that
name already exists, so we'd get an error message about a "type" instead
of about a "relation", because the composite type code shares code with
relation creation.

Modified Files:
--------------
    pgsql/src/backend/commands:
        typecmds.c (r1.145 -> r1.146)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/typecmds.c?r1=1.145&r2=1.146)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Fix typo in Mkvcbuild.pl
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: New Directory