SearchSysCacheTuple(Copy)

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: SearchSysCacheTuple(Copy)
Date: 2000-11-14 05:51:25
Message-ID: 3A10D2DD.754EE537@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2000-11-14 05:54:34 Re: [PATCHES] A Patch for MIC to EUC_TW code converting in mbsupport
Previous Message Hiroshi Inoue 2000-11-14 05:38:57 Question about CleanupProc()