Skip to content

Commit 6b73366

Browse files
committed
Silence compiler warning on win32.
ITAGAKI Takahiro
1 parent 3a8ec88 commit 6b73366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/pg_regress.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
14-
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.57 2009/01/08 20:09:06 momjian Exp $
14+
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.58 2009/01/27 12:46:16 mha Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -1364,7 +1364,7 @@ wait_for_tests(PID_TYPE *pids, int *statuses, char **names, int num_tests)
13641364
if (p == pids[i])
13651365
{
13661366
#ifdef WIN32
1367-
GetExitCodeProcess(pids[i], &exit_status);
1367+
GetExitCodeProcess(pids[i], (LPDWORD) &exit_status);
13681368
CloseHandle(pids[i]);
13691369
#endif
13701370
pids[i] = INVALID_PID;

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