]> granicus.if.org Git - postgresql/commit
init_fcache was being careless about using SearchSysCacheTuple result
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jun 2000 17:44:25 +0000 (17:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jun 2000 17:44:25 +0000 (17:44 +0000)
commit42ad25fcd139253912dcee8628f866fbf023ae27
treec6dfd4d90b12ef7dcf6bcea88c8cdc732d41fb97
parente57e991e80110f39bb10c0f4752326f8d8c7cb6c
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.
src/backend/utils/cache/fcache.c