Re: [HACKERS] Array iterators

2002-05-15 Thread Rod Taylor
Tom Lane" <[EMAIL PROTECTED]> Cc: "Hackers List" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 3:10 AM Subject: Re: [HACKERS] Array iterators > Just a small remark, type name "any" would be more meaningfull than > "unknown". Also it&#

Re: [HACKERS] Array iterators

2002-05-15 Thread Nicolas Bazin
EMAIL PROTECTED]> Cc: "Hackers List" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 2:48 PM Subject: Re: [HACKERS] Array iterators > "Rod Taylor" <[EMAIL PROTECTED]> writes: > > Step 2 is to teach oper_select_candidate() about functions which >

Re: [HACKERS] Array iterators

2002-05-14 Thread Tom Lane
"Rod Taylor" <[EMAIL PROTECTED]> writes: > Step 2 is to teach oper_select_candidate() about functions which > accept unknown and _unknown that can be used as a last resort. We > will allow coercions to type unknown and _unknown from any type to > accomplish this but only in this specific case. W