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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user