Re: [HACKERS] pg_atoi() behavior change? Intentional?

2001-02-24 Thread Tom Lane
Adam Haberlach <[EMAIL PROTECTED]> writes: > ... one of the engineers has been writing some queries that > cast a text field to an int and take advantage of the > fact that we used to turn text fields with no digits into 0, > much as C's atoi function works. > The new behavior is to throw a

[HACKERS] pg_atoi() behavior change? Intentional?

2001-02-24 Thread Adam Haberlach
I've just upgraded to the beta4 in order to fix an RI deadlock we seemed to be having with 7.0.3 -- and it seems that one of the engineers has been writing some queries that cast a text field to an int and take advantage of the fact that we used to turn text fields with no digits into 0, m