pgsql: Exclude unwanted typedef symbols in pgindent, including FD_SET - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Exclude unwanted typedef symbols in pgindent, including FD_SET
Date
Msg-id 20100405030909.AD3F57541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Exclude unwanted typedef symbols in pgindent, including FD_SET which is found on some Windows platforms. Also, silence
unnecessarymessages 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clean up description of 9.0's incompatible changes in SIMILAR TO
Next
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Assorted tab-completion improvements in psql.