Re: could not find block containing chunk 0x8483530

Поиск
Список
Период
Сортировка
От Vinay Jain
Тема Re: could not find block containing chunk 0x8483530
Дата
Msg-id c729bfe004081621301e1d654@mail.gmail.com
обсуждение исходный текст
Ответ на could not find block containing chunk 0x8483530  (Vinay Jain <vinayjain@gmail.com>)
Ответы Re: could not find block containing chunk 0x8483530  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-general
On Tue, 17 Aug 2004 09:59:40 +0530, Vinay Jain <vinayjain@gmail.com> wrote:
> On Mon, 16 Aug 2004 10:39:18 -0400, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Vinay Jain <vinayjain@gmail.com> 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.
>
> I am not using pfree in C code. but I am using palloc for memory allocation.
>
> All other queries like: select * from student order by lower(name);
>  gives appropriate result.
>
>
> >
> > > 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
> >
>
>
> --
> Vinay Jain
> Dissertation Project Trainee
> DAKE Division
> C-DAC Mumbai
>


--
Vinay Jain
Dissertation Project Trainee
DAKE Division
C-DAC Mumbai

В списке pgsql-general по дате отправления:

Предыдущее
От: Jan Wieck
Дата:
Сообщение: [Fwd: Slony-I release 1.0.2 includes PostgreSQL 8.0 support]
Следующее
От: Frank van Vugt
Дата:
Сообщение: Re: Does a 'stable' deferred trigger execution order exist? -> answer: yes