diff options
Diffstat (limited to 'src/bin/pg_dump/parallel.c')
-rw-r--r-- | src/bin/pg_dump/parallel.c | 3 |
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); |