pgsql: pg_upgrade: Fix indentation of if() block - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: Fix indentation of if() block
Date
Msg-id E1avl7B-0004jR-Hz@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use memmove() not memcpy() to slide some pointers down.
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: Fix indentation of if() block