<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 17, 2017 at 3:52 AM, Tatsuo Ishii <span dir="ltr">&lt;<a href="mailto:ishii@sraoss.co.jp" target="_blank">ishii@sraoss.co.jp</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Usama,<br>
<br>
Great! But you seem to forget to commit pool_config.l.<br>
<br></blockquote><div> </div>The commit required no changes in pool_config.l, And the pool_config.c was updated because it was old and changes made</div><div class="gmail_quote">to it by the commit &quot;<a href="https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commitdiff;h=c0d209d76c67fe10690c33d0a982c0fb3b919544">Add per node health check parameters</a>..&quot;  were not reflected in pool_config.c.<br><br>Thanks<br>Best Regards<br>Muhammad Usama</div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
Best regards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_<wbr>en.php</a><br>
Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.<wbr>jp</a><br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
&gt; Allow to configure health check parameters for each individual node.<br>
&gt;<br>
&gt; This is the next in series patch to implement an infrastructure to support<br>
&gt; per-node health check parameters, and enables all health-check related parameter<br>
&gt; to be configured for each individual backend nodes. With this commit If the<br>
&gt; node-id postfix is used at the end of the health-check parameter name it will<br>
&gt; configure the parameter value for specific node-id while the same name parameter<br>
&gt; without the node-id can still be used and its value will serve as the default<br>
&gt; global value for the individual node parameters where the value is<br>
&gt; not explicitly provided.<br>
&gt;<br>
&gt; For example if we have 3 backend nodes and do following configurations.<br>
&gt;<br>
&gt; health_check_period = 10<br>
&gt; health_check_period0 = 5<br>
&gt;<br>
&gt; Then will set the health_check_period for node 0 to 5 while<br>
&gt; node-id 1 and 2 will get the value 10<br>
&gt;<br>
&gt; Branch<br>
&gt; ------<br>
&gt; master<br>
&gt;<br>
&gt; Details<br>
&gt; -------<br>
&gt; <a href="https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=18f4d2ea08c2562361858b09534490a6fa09d496" rel="noreferrer" target="_blank">https://git.postgresql.org/<wbr>gitweb?p=pgpool2.git;a=<wbr>commitdiff;h=<wbr>18f4d2ea08c2562361858b09534490<wbr>a6fa09d496</a><br>
&gt;<br>
&gt; Modified Files<br>
&gt; --------------<br>
&gt; src/config/pool_config.c            |    3 +-<br>
&gt; src/config/pool_config_<wbr>variables.c  | 1012 +++++++++++++++++++++++++-----<wbr>-----<br>
&gt; src/include/pool_config_<wbr>variables.h |   37 +-<br>
&gt; src/tools/pgmd5/pool_config.c       |    3 +-<br>
&gt; 4 files changed, 762 insertions(+), 293 deletions(-)<br>
&gt;<br>
</div></div></blockquote></div><br></div></div>