Re: [BUGS] BUG #5711: input out of error with haversine formual

2010-10-15 Thread Dean Rasheed
On 15 October 2010 05:58, Vince vincecar...@gmail.com wrote: The following bug has been logged online: Bug reference:      5711 Logged by:          Vince Email address:      vincecar...@gmail.com PostgreSQL version: 8.4 Operating system:   Linux Description:        input out of error with

Re: [BUGS] BUG #5711: input out of error with haversine formual

2010-10-15 Thread Tom Lane
Vince vincecar...@gmail.com writes: If I break this down the following returns 1: SELECT (cos(radians(37.7438640)) * cos(radians(37.7438640)) * cos(radians(-97.4631299) - radians(-97.4631299)) + sin(radians(37.7438640)) * sin(radians(37.743864000))); No, it doesn't return 1, it returns

Re: [BUGS] BUG #5687: RADIUS Authentication issues

2010-10-15 Thread Magnus Hagander
On Tue, Oct 5, 2010 at 15:18, Magnus Hagander mag...@hagander.net wrote: On Tue, Oct 5, 2010 at 11:01, Magnus Hagander mag...@hagander.net wrote: On Sun, Oct 3, 2010 at 18:30, Alan T DeKok al...@freeradius.org wrote: Tom Lane wrote: Hm ... seems to me that is a network security problem, not

[BUGS] Recovery bug

2010-10-15 Thread Jeff Davis
This occurs on the master branch, but also pretty much everywhere else. To reproduce: First, it requires a little setup to make sure things happen in the right (wrong?) order. In postgresql.conf I set: archive_mode = on archive_command = 'echo -n archiving: %f... while [ ! -f /tmp/a ]; do