projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32b500c
)
Add start message of PCP process.
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Fri, 6 Sep 2019 08:22:52 +0000
(17:22 +0900)
committer
Tatsuo Ishii
<ishii@sraoss.co.jp>
Fri, 6 Sep 2019 08:22:52 +0000
(17:22 +0900)
src/pcp_con/pcp_child.c
patch
|
blob
|
blame
|
history
diff --git
a/src/pcp_con/pcp_child.c
b/src/pcp_con/pcp_child.c
index 7a6cfbff49a212a7c06e2efcd4c510dd8d9c9644..0ac47ef25d992b85349278661a045c7064b6a4cb 100644
(file)
--- a/
src/pcp_con/pcp_child.c
+++ b/
src/pcp_con/pcp_child.c
@@
-147,6
+147,9
@@
pcp_main(int unix_fd, int inet_fd)
ereport(DEBUG1,
(errmsg("I am PCP child with pid:%d", getpid())));
+ ereport(LOG,
+ (errmsg("PCP process: %d started", getpid())));
+
for (;;)
{
int port;