Re: Dead code as a result of plan cache invalidation?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Dead code as a result of plan cache invalidation?
Date: 2007-07-04 16:24:03
Message-ID: 26609.1183566243@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gregory Stark <stark(at)enterprisedb(dot)com> writes:
> Should this case at heaptuple.c:1606 be turned into an elog() now that we have
> plan cache invalidation?

No, I think it's good as-is. Reading the column as null is the correct
behavior.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-07-04 17:08:43 Re: Dead code as a result of plan cache invalidation?
Previous Message Tom Lane 2007-07-04 16:20:24 Re: ACM Paper relevant to our buffer algorithm