pgsql: Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.
Date: 2006-01-06 19:08:33
Message-ID: 20060106190833.E788A9DC8A9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.424 -> r1.425)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.424&r2=1.425)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-06 20:11:12 pgsql: Fix failure to apply domain constraints to a NULL constant that's
Previous Message User Dpage 2006-01-06 12:18:28 psqlodbc - psqlodbc: Some minor corrections