projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf9abd8
)
Fix typo in fork_watchdog_child().
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Tue, 10 Sep 2019 06:42:10 +0000
(15:42 +0900)
committer
Tatsuo Ishii
<ishii@sraoss.co.jp>
Tue, 10 Sep 2019 06:42:10 +0000
(15:42 +0900)
src/watchdog/watchdog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/watchdog/watchdog.c
b/src/watchdog/watchdog.c
index fd6debf7f69a3410fc36e018593e65d60b68b17a..f0b0f0d9e919d3249d5904774fec73320578a9a5 100644
(file)
--- a/
src/watchdog/watchdog.c
+++ b/
src/watchdog/watchdog.c
@@
-1045,7
+1045,7
@@
fork_watchdog_child(void)
/* Set the process type variable */
processType = PT_WATCHDOG;
- /* call
PCP
child main */
+ /* call
watchdog
child main */
POOL_SETMASK(&UnBlockSig);
watchdog_main();
}