From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Revert 9.5 pgindent changes to atomics directory files |
Date: | 2015-05-25 01:45:44 |
Message-ID: | E1YwhSa-0001Ic-RN@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/befa3e648ce018d84cd2a0df701927c56fe3da4e
Modified Files
--------------
src/include/port/atomics/arch-ia64.h | 6 +-
src/include/port/atomics/arch-x86.h | 131 ++++++++++++++---------------
src/include/port/atomics/fallback.h | 25 +++---
src/include/port/atomics/generic-acc.h | 45 +++++-----
src/include/port/atomics/generic-gcc.h | 49 +++++------
src/include/port/atomics/generic-msvc.h | 25 +++---
src/include/port/atomics/generic-sunpro.h | 31 ++++---
src/include/port/atomics/generic-xlc.h | 35 ++++----
src/include/port/atomics/generic.h | 52 +++++-------
src/tools/pgindent/exclude_file_patterns | 1 +
10 files changed, 182 insertions(+), 218 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2015-05-25 01:51:50 | pgsql: pgindent: more doc updates for skipping __asm__ files |
Previous Message | Tom Lane | 2015-05-24 19:04:16 | pgsql: Manual cleanup of pgindent results. |