pgsql: pgindent run on access/transam/multixact.c

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgindent run on access/transam/multixact.c
Date: 2015-06-04 18:21:52
Message-ID: E1Z0Zm4-0000Uo-4D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgindent run on access/transam/multixact.c

This file has been patched over and over, and the differences to master
caused by pgindent are annoying enough that it seems saner to make the
older branches look the same.

Backpatch to 9.3, which is as far back as backpatching of bugfixes is
necessary.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b37f74868d2dc8bc419c6041aada338c0d74e814

Modified Files
--------------
src/backend/access/transam/multixact.c | 54 +++++++++++++++-----------------
1 file changed, 26 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-06-04 18:39:56 pgsql: Tighten the per-operator testing done in brin regression test.
Previous Message Tom Lane 2015-06-04 17:50:35 pgsql: Fix brin "char" test to actually test what it meant to test.