Fix recent problems with BSD indent, including indenting past 80

Bruce Momjian <bruce@momjian.us>

Commit: 02c43ffbecfc9baef7e44e27e792af2d6739dcd9
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-11-15T00:43:01Z
Releases: 8.2.0
Fix recent problems with BSD indent, including indenting past 80
columns, shifting comment to the right when more than 150 'else if'
clauses were used, and update typedefs for 8.1.X.

NetBSD patched updated, with documentation.

Files

PathChange+/−
src/tools/find_typedef modified +13 −9
src/tools/pgindent/indent.bsd.patch modified +162 −41
src/tools/pgindent/pgindent modified +244 −0
src/tools/pgindent/README modified +7 −15