Add start message of PCP process.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 6 Sep 2019 08:22:52 +0000 (17:22 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 6 Sep 2019 08:22:52 +0000 (17:22 +0900)
src/pcp_con/pcp_child.c

index 7a6cfbff49a212a7c06e2efcd4c510dd8d9c9644..0ac47ef25d992b85349278661a045c7064b6a4cb 100644 (file)
@@ -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;