aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-05-24 21:51:42 -0400
committerBruce Momjian <bruce@momjian.us>2015-05-24 21:51:42 -0400
commit266b6984cd7391e42770ca3a9922a9e8b1d4d7d3 (patch)
tree714566859ba232921dcea1c7f5d4e540f6a01b74 /src
parentbefa3e648ce018d84cd2a0df701927c56fe3da4e (diff)
downloadpostgresql-266b6984cd7391e42770ca3a9922a9e8b1d4d7d3.tar.gz
postgresql-266b6984cd7391e42770ca3a9922a9e8b1d4d7d3.zip
pgindent: more doc updates for skipping __asm__ files
Diffstat (limited to 'src')
-rw-r--r--src/tools/pgindent/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index 1d9aa3ca5fa..8a2befdd035 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,