diff options
| author | Bruce Momjian | 2015-05-25 01:51:42 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2015-05-25 01:51:42 +0000 |
| commit | 266b6984cd7391e42770ca3a9922a9e8b1d4d7d3 (patch) | |
| tree | 714566859ba232921dcea1c7f5d4e540f6a01b74 /src/tools | |
| parent | befa3e648ce018d84cd2a0df701927c56fe3da4e (diff) | |
pgindent: more doc updates for skipping __asm__ files
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 1d9aa3ca5f..8a2befdd03 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -81,8 +81,8 @@ see: Notes about excluded files -------------------------- -src/include/storage/s_lock.h is excluded because it contains assembly code -that pgindent tends to mess up. +src/include/storage/s_lock.h and src/include/port/atomics/ are excluded +because they contains assembly code that pgindent tends to mess up. src/include/snowball/libstemmer/ and src/backend/snowball/libstemmer/ are excluded because those files are imported from an external project, |
