Re: gist DatumGetPointer returns pointer to corrupted data

Поиск
Список
Период
Сортировка
От Marios Vodas
Тема Re: gist DatumGetPointer returns pointer to corrupted data
Дата
Msg-id AANLkTimrJgHyi6McS-Xx8Cwh29_81gxej-HQQbNCZdDu@mail.gmail.com
обсуждение исходный текст
Ответ на Re: gist DatumGetPointer returns pointer to corrupted data  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: gist DatumGetPointer returns pointer to corrupted data  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
On Tue, Oct 19, 2010 at 10:23 PM, Robert Haas <robertmhaas@gmail.com> wrote:
Is pg_type.typlen set correctly?

Are you refering to table pg_type?
If yes, those type structures exist only in c I didn't write any in-out functions, so they don't exist in sql level.
I pass a different data type (which exists in sql) to compress method which changes it to typ_s_flagged.
The problem occurs in C code. I hope my explanation is clear.

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Creation of temporary tables on read-only standby servers
Следующее
От: Terry Laurenzo
Дата:
Сообщение: Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)