pgindent: more doc updates for skipping __asm__ files
authorBruce Momjian <bruce@momjian.us>
Mon, 25 May 2015 01:51:42 +0000 (21:51 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 25 May 2015 01:51:42 +0000 (21:51 -0400)
src/tools/pgindent/README

index 1d9aa3ca5fa5aea4da5ddac352cf300f272e20f1..8a2befdd035d657f6ce0f3975e36197bdd96e3fc 100644 (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,