plscheme - plscheme: Now we have a caching mechanism for non-volatile - Mailing list pgsql-committers

From knt@pgfoundry.org (User Knt)
Subject plscheme - plscheme: Now we have a caching mechanism for non-volatile
Date
Msg-id 20061007215356.482E786C700@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Now we have a caching mechanism for non-volatile (and non-SRF) procedures lays
in the TopMemoryContext. (Supports caching of triggers too.) Upper limit for
numbers of procedures to be cached are fixed with CACHE_MAX_SIZE definition. (In
case of a cache_size == CACHE_MAX_SIZE, the least used node will be removed from
the cache.) For cache lookup speed ups, a small CRC32 implementation with
supportive (and buggy) hash_init(), hash_buffer(), hash_arg_t(), hash_proc_t()
and hash_append() is added to produce procedure signatures.

Modified Files:
--------------
    plscheme:
        plscheme.c (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/plscheme/plscheme.c.diff?r1=1.16&r2=1.17)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Added missing entry (CASCADED) in keywords table.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: In release notes, always use rather than .