>>> 3) What is this code doing? "con" is never
>>>   used. memqcache_total_size's 3rd arg is "oid", while you are
>>>   passing a file descriptor.
>>>        /* save the received result to buf for each kind */
>>>        if (pool_config->memory_cache_
> enabled)
>>>        {
>>>                char* con;
>>>                memqcache_register(kind, frontend, frontend->fd, p1,
> len1);
>>>        }
> I corrected it. I think that "backend->info->key" is table oid.
> Is it wrong?

Wrong. See ConnectionInfo.

        int                     key;    /* cancel key */
--
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

Reply via email to