Re: Re[2]: [BUGS] BUG #5977: Crash on delete

2011-04-15 Thread Tom Lane
=?utf-8?Q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD_=D0=9A=D1=83=D0=B7=D0=BD=D0=B5=D1=86=D0=BE=D0=B2?= writes: > TRAP: FailesAssertion("!(outerstartsel <= outerendsel)", File: > "costsize.c", String: 1540) On reflection it seems the only way you could get past the preceding "Assert(outer_skip_rows <= oute

Re: [BUGS] BUG #5977: Crash on delete

2011-04-13 Thread Tom Lane
"Anton Kuznetsov" writes: > Server crases on delete and than automatically restarts; > Log message was: > TRAP: FailesAssertion("!(outerstartsel <= outerendsel)", File: > "costsize.c", String: 1540) That's pretty interesting ... can you put together a self-contained test case? That might be a

[BUGS] BUG #5977: Crash on delete

2011-04-13 Thread Anton Kuznetsov
The following bug has been logged online: Bug reference: 5977 Logged by: Anton Kuznetsov Email address: antosh...@mail.ru PostgreSQL version: 8.3.1 Operating system: Linux 2.4.32 Description:Crash on delete Details: Server crases on delete and than automatically res