diff options
| author | Tom Lane | 2020-09-17 00:31:19 +0000 |
|---|---|---|
| committer | Tom Lane | 2020-09-17 00:31:37 +0000 |
| commit | add105840b673ab3949abc2568da0d4f2fd496c5 (patch) | |
| tree | a8be1c2f22c793c695c3ef924c99d20e776681f7 /src/tools/pgindent/exclude_file_patterns | |
| parent | 07082b08cc5d3c378d22c105c65841ec0952e3ed (diff) | |
Improve formatting of create_help.pl and plperl_opmask.pl output.
Adjust the whitespace in the emitted files so that it matches
what pgindent would do. This makes the generated files look
like they match project style, and avoids confusion if someone
does run pgindent on the generated files.
Also, add probes.h to pgindent's exclusion list, because it can
confuse pgindent, plus there's not much point in processing it.
Daniel Gustafsson, additional fixes by me
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/tools/pgindent/exclude_file_patterns')
| -rw-r--r-- | src/tools/pgindent/exclude_file_patterns | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgindent/exclude_file_patterns b/src/tools/pgindent/exclude_file_patterns index c8efc9a9131..a8f1a92f4b3 100644 --- a/src/tools/pgindent/exclude_file_patterns +++ b/src/tools/pgindent/exclude_file_patterns @@ -6,5 +6,6 @@ /snowball/libstemmer/ /pl/plperl/ppport\.h$ /jit/llvmjit\.h$ +/utils/probes\.h$ /tmp_check/ /tmp_install/ |
