The static declaration of fork_follow_child() was missing.
* pgpool: a language independent connection pool server for PostgreSQL
* written by Tatsuo Ishii
*
- * Copyright (c) 2003-2021 PgPool Global Development Group
+ * Copyright (c) 2003-2022 PgPool Global Development Group
*
* Permission to use, copy, modify, and distribute this software and
* its documentation for any purpose and without fee is hereby
/*
* fork a follow child
*/
-pid_t
+static pid_t
fork_follow_child(int old_master, int new_primary, int old_primary)
{
pid_t pid;