Re: Implementation of gtrgm_out for gevel - Mailing list pgsql-general

From Dmitry Lazurkin
Subject Re: Implementation of gtrgm_out for gevel
Date
Msg-id 0abdde54-0003-2447-824a-9fd0fc9bc4c3@gmail.com
Whole thread Raw
In response to Re: Implementation of gtrgm_out for gevel  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On 23.11.2017 21:58, Tom Lane wrote:
> Dmitry Lazurkin <dilaz03@gmail.com> writes:
>> Datum
>> gtrgm_out(PG_FUNCTION_ARGS)
>> {
>>     GISTENTRY  *entry = (GISTENTRY *) PG_GETARG_POINTER(0); /* I think entry is pointer to bad memory */
> The argument is TRGM *, I think ... certainly not GISTENTRY *.
>
>             regards, tom lane

Hmm. I will try to debug gist_print.







pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Implementation of gtrgm_out for gevel
Next
From: Nikita
Date:
Subject: pg_total_relation_size accuracy guarantee