Re: [BUGS] BUG #7597: exception 0xC0000005

2012-10-11 Thread Tom Lane
I wrote: > I see it too. I think the crash probably only occurs on a 32-bit build > (or one where you've disabled int8-pass-by-value anyway). Looks like > something's confused about cross-data-type comparisons --- this is an > int4 vs int8 comparison, so it shouldn't be ending up at int8eq. Argh

Re: [BUGS] BUG #7597: exception 0xC0000005

2012-10-11 Thread Tom Lane
Heikki Linnakangas writes: > On 11.10.2012 14:42, Craig Ringer wrote: >> No crash here on version() = PostgreSQL 9.1.5 on >> x86_64-redhat-linux-gnu, compiled by gcc (GCC) 4.7.0 20120507 (Red Hat >> 4.7.0-5), 64-bit > I can reproduce this on my Windows box with the script Bo provided, with > a f

Re: [BUGS] BUG #7597: exception 0xC0000005

2012-10-11 Thread Heikki Linnakangas
On 11.10.2012 14:42, Craig Ringer wrote: On 10/11/2012 06:07 PM, Bo Thorbjørn Jensen wrote: Self-contained case attached. No crash here on version() = PostgreSQL 9.1.5 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5), 64-bit I can reproduce this on my Window

Re: [BUGS] BUG #7597: exception 0xC0000005

2012-10-11 Thread Craig Ringer
On 10/11/2012 06:07 PM, Bo Thorbjørn Jensen wrote: Self-contained case attached. No crash here on version() = PostgreSQL 9.1.5 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5), 64-bit

Re: [BUGS] BUG #7597: exception 0xC0000005

2012-10-11 Thread Bo Thorbjørn Jensen
Self-contained case attached. crash2.sql Description: crash2.sql -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] BUG #7597: exception 0xC0000005

2012-10-11 Thread bo
The following bug has been logged on the website: Bug reference: 7597 Logged by: Bo T Jensen Email address: b...@budget123.dk PostgreSQL version: 9.1.6 Operating system: windows 7 home premium 64 Description: Ive managed to boil this down to a repeatable example on a