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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/utils/cache (fcache.c)
Date: 2000-08-11 03:59:07
Message-ID: 597.965966347@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

"Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> writes:
> I see the following Assert in GetDynamicFuncArgType().

> /* TEST: I bet this routine is unnecessary ... */
> Assert(arg->vartype == tup->t_data->t_oid);

> Seems the Assert() fails in misc regression test at
> SELECT p.name, p.hobbies.name FROM person* p;.

Really? It does not fail for me (else I'd certainly not have
committed the patch this way).

That assert is groundwork for some additional changes I haven't
yet made, leading up to being able to call SQL functions via
fmgr. So if it fails I want to know about it! Do you have any
idea what might be different between your test and mine?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-11 18:18:07 Re: pgsql/src/backend/utils/cache (fcache.c)
Previous Message Hiroshi Inoue 2000-08-10 02:33:23 pgsql/src/backend/access/nbtree (nbtree.c nbtsort.c)