Re: BUG #2697: 8.2beta1 SIGSEGV crash/assertion on insert statement w/ sub-select and placeholders - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2697: 8.2beta1 SIGSEGV crash/assertion on insert statement w/ sub-select and placeholders
Date
Msg-id 17198.1161095504@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2697: 8.2beta1 SIGSEGV crash/assertion on insert statement w/ sub-select and placeholders  (Rusty Conover <rconover@infogears.com>)
List pgsql-bugs
Rusty Conover <rconover@infogears.com> writes:
> LOG:  execute <unnamed>: insert into bar (id, a) select id, $1 from foo
> DETAIL:  parameters: $1 = '5'
> TRAP: FailedAssertion("!(n < list->length)", File: "list.c", Line: 392)
> LOG:  server process (PID 21539) was terminated by signal 6

This looks like an already-reported bug in BIND processing:
http://archives.postgresql.org/pgsql-committers/2006-10/msg00107.php

            regards, tom lane

pgsql-bugs by date:

Previous
From: Rusty Conover
Date:
Subject: BUG #2697: 8.2beta1 SIGSEGV crash/assertion on insert statement w/ sub-select and placeholders
Next
From: Tom Lane
Date:
Subject: Re: 8.2beta1 (w32): server process crash (tsvector)