Re: bug? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug?
Date
Msg-id 10213.1031578434@sss.pgh.pa.us
Whole thread Raw
In response to bug?  (Joe Conway <mail@joeconway.com>)
Responses Re: bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Joe Conway <mail@joeconway.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


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Script to compute random page cost
Next
From: Tom Lane
Date:
Subject: Re: 7.3beta and ecpg