Re: Calling ROUND w/o a numeric cast blowing up all connections (9.1) - Mailing list pgsql-general

From Tom Lane
Subject Re: Calling ROUND w/o a numeric cast blowing up all connections (9.1)
Date
Msg-id 29388.1360373832@sss.pgh.pa.us
Whole thread Raw
In response to Re: Calling ROUND w/o a numeric cast blowing up all connections (9.1)  (Wells Oliver <wellsoliver@gmail.com>)
List pgsql-general
Wells Oliver <wellsoliver@gmail.com> writes:
> Ah, bananas. Someone had created a round(double, integer) function in
> public that did some shenanigans. Now I've wasted everyone's time.

> Though, I do find it odd that it could cause such a crash, bad function or
> no.

Well, if it was a misdeclared alias for a C function, it's not
surprising at all.  If it was something else, it'd be interesting to see
what.

            regards, tom lane

pgsql-general by date:

Previous
From: Wells Oliver
Date:
Subject: Re: Calling ROUND w/o a numeric cast blowing up all connections (9.1)
Next
From: Gavan Schneider
Date:
Subject: Re: Swapping volumes under tablespaces: supported?