pgsql: pg_upgrade: Fix indentation of if() block

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: Fix indentation of if() block
Date: 2016-04-28 12:32:17
Message-ID: E1avl7B-0004jR-Hz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: Fix indentation of if() block

Incorrect indentation introduced in commit
3d2e1851096752c3ca4dee5c16b552332de09946.

Reported-by: Andres Freund

Backpatch-through: 9.3 and 9.4 only

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4f29edbb1603c552eade920ded85c0c6794a9063

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2016-04-28 12:32:27 pgsql: pg_upgrade: Fix indentation of if() block
Previous Message Tom Lane 2016-04-28 05:34:19 Re: Re: [COMMITTERS] Re: pgsql: Convert contrib/seg's bool-returning SQL functions to V1 call co