SearchSysCacheTuple(Copy) - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject SearchSysCacheTuple(Copy)
Date
Msg-id 3A10D2DD.754EE537@tpf.co.jp
Whole thread Raw
Responses Re: SearchSysCacheTuple(Copy)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi

I fixed a few bugs caused by SearchSysCacheTuple()
recently. There seems to remain more similar bugs.
They are ill-natured and so we seem to have to 
avoid such bugs by some means. The simplest way is
to call SearchSysCacheTupleCopy() instead of Search
SysCacheTuple(). I've thought another (debugging)
mechanism but it would be much harder.

Comments ?

Regargs.
Hiroshi Inoue


pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Question about CleanupProc()
Next
From: Tatsuo Ishii
Date:
Subject: Re: [PATCHES] A Patch for MIC to EUC_TW code converting in mbsupport