aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/parallel.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-10-17 12:19:05 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-10-17 12:19:05 -0400
commit7584649a1c58029a83a7a57d74cedcf1af434c97 (patch)
treea6dcf677444e379e5fcb59fc28dfc2192da15f5f /src/bin/pg_dump/parallel.c
parent389573fd19edd255736c50dfd0fd779da7535a7b (diff)
downloadpostgresql-7584649a1c58029a83a7a57d74cedcf1af434c97.tar.gz
postgresql-7584649a1c58029a83a7a57d74cedcf1af434c97.zip
Re-pgindent src/bin/pg_dump/*.
Seems to have gotten rather messy lately, as a consequence of a couple of large recent commits.
Diffstat (limited to 'src/bin/pg_dump/parallel.c')
-rw-r--r--src/bin/pg_dump/parallel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_dump/parallel.c b/src/bin/pg_dump/parallel.c
index 54abecbc091..29d20130a96 100644
--- a/src/bin/pg_dump/parallel.c
+++ b/src/bin/pg_dump/parallel.c
@@ -1331,7 +1331,8 @@ readMessageFromPipe(int fd)
static int
pgpipe(int handles[2])
{
- pgsocket s, tmp_sock;
+ pgsocket s,
+ tmp_sock;
struct sockaddr_in serv_addr;
int len = sizeof(serv_addr);