Skip to content

Commit b295c0a

Browse files
committed
Clean up function call arg appearance.
1 parent cfcdd31 commit b295c0a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/backend/postmaster/pgstat.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* Copyright (c) 2001-2003, PostgreSQL Global Development Group
1515
*
16-
* $PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.63 2004/03/27 17:32:42 momjian Exp $
16+
* $PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.64 2004/03/27 17:59:35 momjian Exp $
1717
* ----------
1818
*/
1919
#include "postgres.h"
@@ -1728,9 +1728,8 @@ pgstat_mainChild(PGSTAT_FORK_ARGS)
17281728

17291729
while (nread < targetlen)
17301730
{
1731-
len = piperead(readPipe,
1732-
((char *) &msg) + nread,
1733-
targetlen - nread);
1731+
len = piperead(readPipe, ((char *) &msg) + nread,
1732+
targetlen - nread);
17341733
if (len < 0)
17351734
{
17361735
if (errno == EINTR)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy