pgsql: Run pgindent on src/bin/pg_dump/* - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Run pgindent on src/bin/pg_dump/*
Date
Msg-id E1aJSM5-0003E5-6b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Run pgindent on src/bin/pg_dump/*

To ease doing indent fixups on a couple of patches I have in progress.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/26905e009babe6020fddcf3820e57e2f87c5539c

Modified Files
--------------
src/bin/pg_dump/dumputils.h  |    4 ++--
src/bin/pg_dump/pg_dump.c    |    6 +++---
src/bin/pg_dump/pg_dumpall.c |    4 ++--
src/bin/pg_dump/pg_restore.c |    2 +-
4 files changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Update tab completion comment
Next
From: Tom Lane
Date:
Subject: pgsql: Access pg_dump's options structs through Archive struct, not dir