Re: Bug fix - Mailing list pgsql-patches

From Tom Lane
Subject Re: Bug fix
Date
Msg-id 19595.977020998@sss.pgh.pa.us
Whole thread Raw
In response to Bug fix  (Michael Davis <mdavis@sevainc.com>)
List pgsql-patches
Michael Davis <mdavis@sevainc.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

pgsql-patches by date:

Previous
From: Michael Davis
Date:
Subject: Bug fix
Next
From: Tom Lane
Date:
Subject: Re: Cleaning up backend-exit cleanup