pgsql: Prevent certain symbols that are used for both typedefs and - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Prevent certain symbols that are used for both typedefs and
Date
Msg-id 20051115144514.61B2FDB854@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Prevent certain symbols that are used for both typedefs and
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Prevent certain symbols that are used for both typedefs and