Re: gist DatumGetPointer returns pointer to corrupted data

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Marios Vodas <mvodas(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: gist DatumGetPointer returns pointer to corrupted data
Date: 2010-10-22 10:31:40
Message-ID: 4CC1680C.1090706@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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.

Type should have in/out function, at least dummy. If type is not present in
pg_type table then postgres can not operate with even on disk.
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2010-10-22 10:58:24 Re: knngist - 0.8
Previous Message Dimitri Fontaine 2010-10-22 09:56:20 Re: Extensions, this time with a patch