Re: bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bug?
Date: 2002-09-09 13:33:54
Message-ID: 10213.1031578434@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway <mail(at)joeconway(dot)com> writes:
> I found the following while poking around. RangeVarGetRelid takes a
> second parameter that is intended to allow it to not fail, returning
> InvalidOid instead. However it calls LookupExplicitNamespace, which does
> not honor any such request, and happily generates an error on a bad
> namespace name:

ISTR deciding that that was okay, and there was no need to clutter
LookupExplicitNamespace with an extra parameter. Don't recall the
reasoning at the moment...

regards, tom lane

In response to

  • bug? at 2002-09-08 06:19:19 from Joe Conway

Responses

  • Re: bug? at 2002-09-09 16:10:37 from Tom Lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-09-09 13:38:39 Re: 7.3beta and ecpg
Previous Message Rod Taylor 2002-09-09 12:00:45 Re: Script to compute random page cost