Re: Bug fix

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "mdavis(at)sevainc(dot)com" <mdavis(at)sevainc(dot)com>
Cc: "'pgsql-patches(at)postgresql(dot)org'" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Bug fix
Date: 2000-12-17 02:43:18
Message-ID: 19595.977020998@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Michael Davis <mdavis(at)sevainc(dot)com> writes:
> Currently when the parsers finds more than one candidate to resolve an
> expression, it returns no solution. This patch tells the parse to return
> the first solution when more than one solution exists.

Sorry, this is not an acceptable answer --- indeterminate results are
not an improvement over throwing an error.

regards, tom lane

In response to

  • Bug fix at 2000-12-16 21:09:10 from Michael Davis

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2000-12-18 00:50:04 Re: Cleaning up backend-exit cleanup
Previous Message Michael Davis 2000-12-16 21:09:10 Bug fix