pgindent: more doc updates for skipping __asm__ files

This commit is contained in:
Bruce Momjian 2015-05-24 21:51:42 -04:00
parent befa3e648c
commit 266b6984cd
1 changed files with 2 additions and 2 deletions

View File

@ -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,