![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Oct 28 01:04:50 ... postgres[7572]: [52227-1] PANIC: can't juggle and compress too |
#2
| |||
| |||
|
|
Dror Matalon <dror (AT) zapatec (DOT) com> writes: Oct 28 01:04:50 ... postgres[7572]: [52227-1] PANIC: can't juggle and compress too Oh? I don't suppose you have a way to reproduce this :-( |
|
regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |
#3
| |||
| |||
|
|
On Tue, Oct 28, 2003 at 02:55:17PM -0500, Tom Lane wrote: Dror Matalon <dror (AT) zapatec (DOT) com> writes: Oct 28 01:04:50 ... postgres[7572]: [52227-1] PANIC: can't juggle and compress too What does the error message mean? |
#4
| |||
| |||
|
|
Dror Matalon <dror (AT) zapatec (DOT) com> writes: Oct 28 01:04:50 ... postgres[7572]: [52227-1] PANIC: can't juggle and compress too What does the error message mean? It's an unimplemented case in FSM memory management. I thought that it was a can't-happen case; either I was wrong and it does need to be implemented, or there's a bug elsewhere that's triggering the failure condition. |
#5
| |||
| |||
|
|
Tom Lane <tgl (AT) sss (DOT) pgh.pa.us> writes: Dror Matalon <dror (AT) zapatec (DOT) com> writes: Oct 28 01:04:50 ... postgres[7572]: [52227-1] PANIC: can't juggle and compress too What does the error message mean? It's an unimplemented case in FSM memory management. I thought that it was a can't-happen case; either I was wrong and it does need to be implemented, or there's a bug elsewhere that's triggering the failure condition. I've concluded that that case does need to be handled; I think it can arise in situations where a relation's allocated share of FSM space decreases due to roundoff error. Fix committed accordingly. |
|
regards, tom lane |
#6
| |||
| |||
|
|
Tom Lane <tgl (AT) sss (DOT) pgh.pa.us> writes: Dror Matalon <dror (AT) zapatec (DOT) com> writes: Oct 28 01:04:50 ... postgres[7572]: [52227-1] PANIC: can't juggle and compress too What does the error message mean? It's an unimplemented case in FSM memory management. I thought that it was a can't-happen case; either I was wrong and it does need to be implemented, or there's a bug elsewhere that's triggering the failure condition. I've concluded that that case does need to be handled; I think it can arise in situations where a relation's allocated share of FSM space decreases due to roundoff error. Fix committed accordingly. |
![]() |
| Thread Tools | |
| Display Modes | |
| |