pgsql: Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity.
Date: 2009-12-23 04:10:50
Message-ID: 20091223041050.ADAB3753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.559 -> r1.560)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.559&r2=1.560)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-12-23 12:23:59 pgsql: Always pass catalog id to the options validator function
Previous Message Tom Lane 2009-12-23 02:35:25 pgsql: Adjust naming of indexes and their columns per recent discussion.