Thread: pgsql/src/backend/utils/cache (fcache.c)

pgsql/src/backend/utils/cache (fcache.c)

From
Tom Lane
Date:
  Date: Tuesday, June  6, 2000 @ 13:44:25
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/cache
     from hub.org:/home/projects/pgsql/tmp/cvs-serv63867

Modified Files:
    fcache.c

-----------------------------  Log Message  -----------------------------

init_fcache was being careless about using SearchSysCacheTuple result
over multiple lookups --- it should use SearchSysCacheTupleCopy instead.
This accounts for rare failures like 'init_fcache: null probin for procedure 481'
when running concurrently with a VACUUM.