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

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Prevent certain symbols that are used for both typedefs and
Дата
Msg-id 20051115144514.61B2FDB854@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Prevent certain symbols that are used for both typedefs and
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Prevent certain symbols that are used for both typedefs and