Revert 9.5 pgindent changes to atomics directory files
Bruce Momjian <bruce@momjian.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/port/atomics/arch-ia64.h | modified | +3 −3 |
| src/include/port/atomics/arch-x86.h | modified | +61 −70 |
| src/include/port/atomics/fallback.h | modified | +11 −14 |
| src/include/port/atomics/generic-acc.h | modified | +21 −24 |
| src/include/port/atomics/generic-gcc.h | modified | +22 −27 |
| src/include/port/atomics/generic.h | modified | +21 −31 |
| src/include/port/atomics/generic-msvc.h | modified | +10 −15 |
| src/include/port/atomics/generic-sunpro.h | modified | +15 −16 |
| src/include/port/atomics/generic-xlc.h | modified | +17 −18 |
| src/tools/pgindent/exclude_file_patterns | modified | +1 −0 |