pgsql: Prevent certain symbols that are used for both typedefs and

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent certain symbols that are used for both typedefs and
Date: 2005-11-15 14:45:14
Message-ID: 20051115144514.61B2FDB854@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent certain symbols that are used for both typedefs and variable
names from being added to pgindent's typedef list. The existance of
them caused weird formatting in the date/type files, and in keywords.c.

Backpatch to 8.1.X.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/tools:
find_typedef (r1.3 -> r1.3.6.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/find_typedef.diff?r1=1.3&r2=1.3.6.1)
pgsql/src/tools/pgindent:
pgindent (r1.80.2.1 -> r1.80.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/pgindent.diff?r1=1.80.2.1&r2=1.80.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-11-15 14:53:38 Re: pgsql: Prevent certain symbols that are used for both typedefs and
Previous Message Bruce Momjian 2005-11-15 14:45:11 pgsql: Prevent certain symbols that are used for both typedefs and