Re: gist DatumGetPointer returns pointer to corrupted data - Mailing list pgsql-hackers

From Marios Vodas
Subject Re: gist DatumGetPointer returns pointer to corrupted data
Date
Msg-id AANLkTimrJgHyi6McS-Xx8Cwh29_81gxej-HQQbNCZdDu@mail.gmail.com
Whole thread Raw
In response to Re: gist DatumGetPointer returns pointer to corrupted data  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: gist DatumGetPointer returns pointer to corrupted data
List 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 by date:

Previous
From: Greg Stark
Date:
Subject: Re: Creation of temporary tables on read-only standby servers
Next
From: Terry Laurenzo
Date:
Subject: Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)