Re: [Pgpool-general] [GENERAL] pgpool error, pid not found!

2010-02-21 Thread Tatsuo Ishii
Hi, I made some changes in Pgpool .Now I am using Dev c++ to compile the code. Is that the right tool to complie the pgpool code? or I should use Linux compiler. Do you mean that Windows C compiler? I have no experience with compiling pgpool on Windows. Please let me know if you suceed.

Re: [Pgpool-general] pgpool Pid Error

2010-02-21 Thread Tatsuo Ishii
Just use ps to find pgpool parent process and kill it by SIGTERM (smart shutdown) or SIGINT/SIGQUIT(fast/immediate shutdown). -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp I guess i know what the problem is. I have

[Pgpool-general] pgpool-II 2.3.x problem

2010-02-21 Thread Tatsuo Ishii
Hi, A bug related to timestamp rewriting has been identified in 2.3 to 2.3.2.1. You will be bitten if following conditions are all met: - Running in replication mode - Extended protocol is used (i.e. Java, PHP-PDO etc.) - The query is INSERT/UDPATE/DELETE and includes timestamp