projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e6c5a
)
pgindent: fix typo
author
Bruce Momjian
<bruce@momjian.us>
Mon, 25 May 2015 12:08:05 +0000
(08:08 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 25 May 2015 12:08:41 +0000
(08:08 -0400)
Report by Michael Paquier
src/tools/pgindent/README
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/README
b/src/tools/pgindent/README
index 8a2befdd035d657f6ce0f3975e36197bdd96e3fc..3d3a253c0ee3bcca29c6c1f31c191dc378684eca 100644
(file)
--- a/
src/tools/pgindent/README
+++ b/
src/tools/pgindent/README
@@
-82,7
+82,7
@@
Notes about excluded files
--------------------------
src/include/storage/s_lock.h and src/include/port/atomics/ are excluded
-because they contain
s
assembly code that pgindent tends to mess up.
+because they contain 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,