Exclude fmgrprotos.h from pgindent processing.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c4133ec169dfe47803656325dbfb8397f85a70ea
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-09-22T15:32:10Z
Releases: 14.0
Exclude fmgrprotos.h from pgindent processing.

pgindent messes up entries in this file if their names match
typedef names.  While there's reason to avoid choosing conflicting
names, we have some historical exceptions, and there's no guarantee
that more duplicates won't appear in future.  Since this is a derived
file anyway, there's little harm in just excluding it.

I said yesterday that all our derived files are pgindent-clean, or else
explicitly excluded from indentation, but I'd forgotten about this one.
Now that project is really done, as confirmed by a test run.

Discussion: https://postgr.es/m/79ed5348-be7a-b647-dd40-742207186a22@2ndquadrant.com

Files

PathChange+/−
src/tools/pgindent/exclude_file_patterns modified +6 −0
src/tools/pgindent/README modified +4 −0

Discussion