diff options
Diffstat (limited to 'src/tools/pgindent/exclude_file_patterns')
-rw-r--r-- | src/tools/pgindent/exclude_file_patterns | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/pgindent/exclude_file_patterns b/src/tools/pgindent/exclude_file_patterns index bfe103f1955..86bdd9d6dcb 100644 --- a/src/tools/pgindent/exclude_file_patterns +++ b/src/tools/pgindent/exclude_file_patterns @@ -18,6 +18,11 @@ src/backend/utils/fmgrprotos\.h$ # they match pgindent style, they'd look worse not better, so exclude them. kwlist_d\.h$ # +# This is generated by the scripts from src/common/unicode/. It uses +# hash functions generated by PerfectHash.pm whose format looks worse with +# pgindent. +src/include/common/unicode_normprops_table\.h$ +# # Exclude ecpg test files to avoid breaking the ecpg regression tests # (but include files at the top level of the ecpg/test/ directory). src/interfaces/ecpg/test/.*/ |