pgsql: Exclude unwanted typedef symbols in pgindent, including FD_SET

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Exclude unwanted typedef symbols in pgindent, including FD_SET
Date: 2010-04-05 03:09:09
Message-ID: 20100405030909.AD3F57541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Exclude unwanted typedef symbols in pgindent, including FD_SET which is found on some Windows platforms. Also, silence unnecessary messages and make awk happier about literal '*' on some platforms.

Modified Files:
--------------
pgsql/src/tools/pgindent:
pgindent (r1.101 -> r1.102)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/pgindent?r1=1.101&r2=1.102)

Browse pgsql-committers by date

  From Date Subject
Next Message Takahiro Itagaki 2010-04-05 05:33:24 pgsql: Assorted tab-completion improvements in psql.
Previous Message Tom Lane 2010-04-05 02:46:43 pgsql: Clean up description of 9.0's incompatible changes in SIMILAR TO