1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Re-pgindent src/bin/pg_dump/*.

Seems to have gotten rather messy lately, as a consequence of a couple
of large recent commits.
This commit is contained in:
Tom Lane
2014-10-17 12:19:05 -04:00
parent 389573fd19
commit 7584649a1c
7 changed files with 64 additions and 59 deletions

View File

@ -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);