pgsql: pgindent run on access/transam/multixact.c - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: pgindent run on access/transam/multixact.c
Date
Msg-id E1Z0Zm4-0000Up-4O@gemulon.postgresql.org
Whole thread Raw
List 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/746092a779b7d6fa88c64476839ffe6c7857f8a5

Modified Files
--------------
src/backend/access/transam/multixact.c |  108 ++++++++++++++++----------------
1 file changed, 53 insertions(+), 55 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pgindent run on access/transam/multixact.c
Next
From: Tom Lane
Date:
Subject: pgsql: Tighten the per-operator testing done in brin regression test.