[pgpool-committers: 5952] pgpool: Fix global static variable to local static variable.

Takuma Hoshiai hoshiai at sraoss.co.jp
Tue Aug 6 17:27:25 JST 2019


Fix global static variable to local static variable.

The variable of auto_failback_interval is called only by establish_persistent_connection().
So changed global static variable to local static variable.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=42d4a84d8c105455357f5df182af4d0caf435a88

Modified Files
--------------
src/main/health_check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list