projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
befa3e6
)
pgindent: more doc updates for skipping __asm__ files
author
Bruce Momjian
<bruce@momjian.us>
Mon, 25 May 2015 01:51:42 +0000
(21:51 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 25 May 2015 01:51:42 +0000
(21:51 -0400)
src/tools/pgindent/README
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/README
b/src/tools/pgindent/README
index 1d9aa3ca5fa5aea4da5ddac352cf300f272e20f1..8a2befdd035d657f6ce0f3975e36197bdd96e3fc 100644
(file)
--- 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,