Re: C-procedure crashed in Postgres 8.3.3 when using 'text' variable (WinXP) - additional

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: C-procedure crashed in Postgres 8.3.3 when using 'text' variable (WinXP) - additional
Дата
Msg-id 21802.1216392718@sss.pgh.pa.us
обсуждение исходный текст
Ответ на C-procedure crashed in Postgres 8.3.3 when using 'text' variable (WinXP) - additional  (el dorado <do_ra_do@mail.ru>)
Список pgsql-general
el dorado <do_ra_do@mail.ru> writes:
> (By the way, I can't compile it as C++ Code (/TP)

No, you can't.

> 1>d:\pgsql83\getstring\c_getstring.c(75) : warning C4311: 'type cast' : pointer truncation from 'char [8]' to 'Datum'
> 1>d:\pgsql83\getstring\c_getstring.c(75) : warning C4312: 'type cast' : conversion from 'Datum' to 'Pointer' of
greatersize 
> 1>d:\pgsql83\getstring\c_getstring.c(75) : warning C4311: 'type cast' : pointer truncation from 'varlena *' to
'Datum'

These look like you are trying to compile in a 64-bit environment.  We
don't (yet) support building 64-bit in Windows.  Use 32-bit.

            regards, tom lane

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

Предыдущее
От: "Francisco Reyes"
Дата:
Сообщение: Re: Reducing memory usage of insert into select operations?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Initdb problem on debian mips cobalt: Bus error