[Pgpool-general] question about pcp_check_fd

erobles erobles at sensacd.com.mx
Sun May 23 23:21:41 UTC 2010


hi, i have aquestion about pcp_check_fd  funciton on  pcp_stream.c  in  
the pgpool 2.2.7 sources, near   on the line 355.


there is  the follow sentence :

if (notimeout || (pcp_timeout.tv_sec + pcp_timeout.tc_usec==0) )
....
else
  ...


Didn't sould be:

if (notimeout || (pcp_timeout.tv_sec + pcp_timeout.tc_usec)==0 )

????

  must i change the sentece or leave it alone????




More information about the Pgpool-general mailing list