Re: BUG or feature?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Max Vaschenko <max(at)nino(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG or feature?
Date: 2001-02-07 14:55:57
Message-ID: 28072.981557757@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Max Vaschenko <max(at)nino(dot)ru> writes:
> All seems ok, but how about next ?
> SELECT upd('aaa',null);
> <null>

This is fixed in 7.1. It's unfixable in prior releases because the
old function manager only maintained one argument-is-null flag for a
function call ... so *all* the arguments are taken as null if any are.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-02-07 14:59:35 Re: byteain() doesn't parse correctly
Previous Message William Boyle 2001-02-07 14:50:15 Re: round - timestamp bug