Re: [BUGS] BUG #5534: IS DOCUMENT predicate errors instead of returning false

2010-07-02 Thread Mike Fowler
Quoting Mike Fowler : The following bug has been logged online: Bug reference: 5534 Logged by: Mike Fowler Email address: m...@mlfowler.com PostgreSQL version: 9.0beta2 Operating system: Linux 2.6.31-14-generic #48-Ubuntu SMP Description:IS DOCUMENT predicate error

Re: [BUGS] BUG #5533: PQexecParams in Binary Mode returns incorrect value for float4

2010-07-02 Thread Michael Arnold
Well don't I feel silly! Tom, thank-you for the help - I'll try and get my code debugged before bothering you again On 2/07/10 12:51 AM, "Tom Lane" wrote: > "" writes: >> Some needless speculation: >> 0.75 = 3F40 (as IEEE 32-bit float) >> 0.75 = 3FE8 (as IEEE 64-bit float)

[BUGS] BUG #5536: Disputing output for some Geometric types

2010-07-02 Thread Jon Strait
The following bug has been logged online: Bug reference: 5536 Logged by: Jon Strait Email address: jstr...@moonloop.net PostgreSQL version: 8.4.4 Operating system: Linux Description:Disputing output for some Geometric types Details: Refering to Documentation section

Re: [BUGS] BUG #5534: IS DOCUMENT predicate errors instead of returning false

2010-07-02 Thread Peter Eisentraut
On fre, 2010-07-02 at 14:01 +0100, Mike Fowler wrote: > > The attached patch is a very small patch that changes parse_expr.c > to > not convert everything to xml. This now means that when passed > malformed XML it will return false instead of throwing an exception. > In my mind this acceptab

[BUGS] BUG #5537: Makefile.darwin broken

2010-07-02 Thread Peter Abrahamsen
The following bug has been logged online: Bug reference: 5537 Logged by: Peter Abrahamsen Email address: rainh...@gmail.com PostgreSQL version: 9.0beta2 Operating system: Darwin x86_64 (MacOS 10.6.4) Description:Makefile.darwin broken Details: Makefile.darwin refere

Re: [BUGS] BUG #5537: Makefile.darwin broken

2010-07-02 Thread Robert Haas
On Fri, Jul 2, 2010 at 6:15 PM, Peter Abrahamsen wrote: > The following bug has been logged online: > > Bug reference:      5537 > Logged by:          Peter Abrahamsen > Email address:      rainh...@gmail.com > PostgreSQL version: 9.0beta2 > Operating system:   Darwin x86_64 (MacOS 10.6.4) > Descr

Re: [BUGS] BUG #5536: Disputing output for some Geometric types

2010-07-02 Thread Tom Lane
"Jon Strait" writes: > Refering to Documentation section 8.8 (Geometric Types), Boxes are supposed > to be output with the format of the first syntax listed, ( (x1, y1), (x2, > y2) ), but the output is showing the format of the second syntax, (x1, y1), > (x2, y2). Line Segments are being output i