> $ nm pool_config.o | grep pool_shared_memory_create > U pool_shared_memory_create > > So I suppose it is. I attached the complete output.
After investigation, it appeared that pool_init_process_context(which is new in pgpool-II 3.0, being responsible for initializing pgpool child process) forgot to set process id(not UNIX pid, passed from pgpool main) into "process context". Please grab pool_process_context.c from CVS HEAD. I have just committed it. -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp _______________________________________________ Pgpool-hackers mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-hackers
