Vinay Jain <[EMAIL PROTECTED]> writes:
> select *, lower(name) from student;
> gives error: could not find block containing chunk 0x8483530

That's some sort of memory manipulation bug --- pfree'ing a wrong
pointer, likely.

> template1=# \d student
>     Table "public.student"
>  Column |  Type   | Modifiers
> --------+---------+-----------
>  name   | devchar |
>  age    | integer |

Given that a custom datatype is involved, I'd suspect the C code
for the custom type.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to