Home
last modified time | relevance | path

Searched refs:postmaster_pid (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/postgresql-tds_fdw/tds_fdw-2.0.2/tests/lib/
H A Dtests.py85 postmaster_pid = f.readline().rstrip('\n')
86 postmaster_log = "/proc/%s/fd/1" % postmaster_pid
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/test/regress/
H A Dpg_regress.c108 static PID_TYPE postmaster_pid = INVALID_PID; variable
2339 postmaster_pid = spawn_process(buf); in regression_main()
2340 if (postmaster_pid == INVALID_PID) in regression_main()
2374 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2376 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2397 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2402 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2419 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/test/regress/
H A Dpg_regress.c108 static PID_TYPE postmaster_pid = INVALID_PID; variable
2339 postmaster_pid = spawn_process(buf); in regression_main()
2340 if (postmaster_pid == INVALID_PID) in regression_main()
2374 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2376 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2397 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2402 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2419 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/test/regress/
H A Dpg_regress.c108 static PID_TYPE postmaster_pid = INVALID_PID; variable
2339 postmaster_pid = spawn_process(buf); in regression_main()
2340 if (postmaster_pid == INVALID_PID) in regression_main()
2374 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2376 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2397 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2402 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2419 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/test/regress/
H A Dpg_regress.c108 static PID_TYPE postmaster_pid = INVALID_PID; variable
2339 postmaster_pid = spawn_process(buf); in regression_main()
2340 if (postmaster_pid == INVALID_PID) in regression_main()
2374 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2376 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2397 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2402 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2419 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/test/regress/
H A Dpg_regress.c110 static PID_TYPE postmaster_pid = INVALID_PID; variable
2371 postmaster_pid = spawn_process(buf); in regression_main()
2372 if (postmaster_pid == INVALID_PID) in regression_main()
2406 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2408 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2429 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2434 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2451 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/regress/
H A Dpg_regress.c110 static PID_TYPE postmaster_pid = INVALID_PID; variable
2371 postmaster_pid = spawn_process(buf); in regression_main()
2372 if (postmaster_pid == INVALID_PID) in regression_main()
2406 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2408 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2429 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2434 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2451 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/test/regress/
H A Dpg_regress.c110 static PID_TYPE postmaster_pid = INVALID_PID; variable
2371 postmaster_pid = spawn_process(buf); in regression_main()
2372 if (postmaster_pid == INVALID_PID) in regression_main()
2406 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2408 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2429 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2434 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2451 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql10-client/postgresql-10.19/src/test/regress/
H A Dpg_regress.c110 static PID_TYPE postmaster_pid = INVALID_PID; variable
2371 postmaster_pid = spawn_process(buf); in regression_main()
2372 if (postmaster_pid == INVALID_PID) in regression_main()
2406 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2408 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2429 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2434 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2451 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/regress/
H A Dpg_regress.c110 static PID_TYPE postmaster_pid = INVALID_PID; variable
2371 postmaster_pid = spawn_process(buf); in regression_main()
2372 if (postmaster_pid == INVALID_PID) in regression_main()
2406 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2408 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2429 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2434 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2451 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/regress/
H A Dpg_regress.c110 static PID_TYPE postmaster_pid = INVALID_PID; variable
2371 postmaster_pid = spawn_process(buf); in regression_main()
2372 if (postmaster_pid == INVALID_PID) in regression_main()
2406 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2408 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2429 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2434 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2451 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql10-server/postgresql-10.19/src/test/regress/
H A Dpg_regress.c110 static PID_TYPE postmaster_pid = INVALID_PID; variable
2371 postmaster_pid = spawn_process(buf); in regression_main()
2372 if (postmaster_pid == INVALID_PID) in regression_main()
2406 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2408 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2429 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2434 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2451 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/test/regress/
H A Dpg_regress.c108 static PID_TYPE postmaster_pid = INVALID_PID; variable
2339 postmaster_pid = spawn_process(buf); in regression_main()
2340 if (postmaster_pid == INVALID_PID) in regression_main()
2374 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2376 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2397 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2402 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2419 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/test/regress/
H A Dpg_regress.c108 static PID_TYPE postmaster_pid = INVALID_PID; variable
2339 postmaster_pid = spawn_process(buf); in regression_main()
2340 if (postmaster_pid == INVALID_PID) in regression_main()
2374 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2376 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2397 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2402 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2419 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/test/regress/
H A Dpg_regress.c108 static PID_TYPE postmaster_pid = INVALID_PID; variable
2339 postmaster_pid = spawn_process(buf); in regression_main()
2340 if (postmaster_pid == INVALID_PID) in regression_main()
2374 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2376 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2397 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2402 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2419 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/regress/
H A Dpg_regress.c111 static PID_TYPE postmaster_pid = INVALID_PID;
2400 postmaster_pid = spawn_process(buf);
2401 if (postmaster_pid == INVALID_PID)
2435 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid)
2437 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0)
2458 if (kill(postmaster_pid, SIGKILL) != 0 &&
2463 if (TerminateProcess(postmaster_pid, 255) == 0)
2480 port, ULONGPID(postmaster_pid));
/dports/databases/postgresql11-client/postgresql-11.14/src/test/regress/
H A Dpg_regress.c111 static PID_TYPE postmaster_pid = INVALID_PID; variable
2400 postmaster_pid = spawn_process(buf); in regression_main()
2401 if (postmaster_pid == INVALID_PID) in regression_main()
2435 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2437 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2458 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2463 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2480 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/test/regress/
H A Dpg_regress.c111 static PID_TYPE postmaster_pid = INVALID_PID; variable
2400 postmaster_pid = spawn_process(buf); in regression_main()
2401 if (postmaster_pid == INVALID_PID) in regression_main()
2435 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2437 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2458 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2463 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2480 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/test/regress/
H A Dpg_regress.c111 static PID_TYPE postmaster_pid = INVALID_PID; variable
2400 postmaster_pid = spawn_process(buf); in regression_main()
2401 if (postmaster_pid == INVALID_PID) in regression_main()
2435 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2437 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2458 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2463 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2480 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/test/regress/
H A Dpg_regress.c111 static PID_TYPE postmaster_pid = INVALID_PID; variable
2400 postmaster_pid = spawn_process(buf); in regression_main()
2401 if (postmaster_pid == INVALID_PID) in regression_main()
2435 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2437 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2458 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2463 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2480 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/
H A Dpg_regress.c111 static PID_TYPE postmaster_pid = INVALID_PID;
2400 postmaster_pid = spawn_process(buf);
2401 if (postmaster_pid == INVALID_PID)
2435 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid)
2437 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0)
2458 if (kill(postmaster_pid, SIGKILL) != 0 &&
2463 if (TerminateProcess(postmaster_pid, 255) == 0)
2480 port, ULONGPID(postmaster_pid));
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/
H A Dpg_regress.c113 static PID_TYPE postmaster_pid = INVALID_PID; variable
2437 postmaster_pid = spawn_process(buf); in regression_main()
2438 if (postmaster_pid == INVALID_PID) in regression_main()
2472 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2474 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2495 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2500 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2517 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/
H A Dpg_regress.c113 static PID_TYPE postmaster_pid = INVALID_PID; variable
2492 postmaster_pid = spawn_process(buf); in regression_main()
2493 if (postmaster_pid == INVALID_PID) in regression_main()
2527 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2529 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2550 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2555 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2572 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/
H A Dpg_regress.c113 static PID_TYPE postmaster_pid = INVALID_PID; variable
2492 postmaster_pid = spawn_process(buf); in regression_main()
2493 if (postmaster_pid == INVALID_PID) in regression_main()
2527 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2529 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2550 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2555 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2572 port, ULONGPID(postmaster_pid)); in regression_main()
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/
H A Dpg_regress.c113 static PID_TYPE postmaster_pid = INVALID_PID; variable
2492 postmaster_pid = spawn_process(buf); in regression_main()
2493 if (postmaster_pid == INVALID_PID) in regression_main()
2527 if (waitpid(postmaster_pid, NULL, WNOHANG) == postmaster_pid) in regression_main()
2529 if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0) in regression_main()
2550 if (kill(postmaster_pid, SIGKILL) != 0 && in regression_main()
2555 if (TerminateProcess(postmaster_pid, 255) == 0) in regression_main()
2572 port, ULONGPID(postmaster_pid)); in regression_main()

12