1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Revert 9.5 pgindent changes to atomics directory files

This is because there are many __asm__ blocks there that pgindent messes
up.  Also configure pgindent to skip that directory in the future.
This commit is contained in:
Bruce Momjian
2015-05-24 21:44:57 -04:00
parent 2aa0476dc3
commit befa3e648c
10 changed files with 182 additions and 218 deletions

View File

@@ -1,5 +1,6 @@
#list of file patterns to exclude from pg_indent runs
/s_lock\.h$
/atomics/
/ecpg/test/expected/
/snowball/libstemmer/
/pl/plperl/ppport\.h$