diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-22 11:32:10 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-09-22 11:32:10 -0400 |
commit | c4133ec169dfe47803656325dbfb8397f85a70ea (patch) | |
tree | 8c24b65d1051bb5379e2f17a357587a3d3cd4042 /src/backend/access/transam/commit_ts.c | |
parent | ce90f075f0d831ca4085ba73891b7da2a2f7047e (diff) | |
download | postgresql-c4133ec169dfe47803656325dbfb8397f85a70ea.tar.gz postgresql-c4133ec169dfe47803656325dbfb8397f85a70ea.zip |
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
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
0 files changed, 0 insertions, 0 deletions