From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Fix oversight in tsearch type check |
Date: | 2015-09-18 11:33:19 |
Message-ID: | 55FBF67F.5040200@sigaev.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Thank you, fixed
Peter Eisentraut wrote:
> On 9/17/15 12:51 PM, Teodor Sigaev wrote:
>> Fix oversight in tsearch type check
>>
>> Use IsBinaryCoercible() method instead of custom
>> is_expected_type/is_text_type functions which was introduced when tsearch2
>> was moved into core.
>
> Looks like you need to add an include file:
>
> tsvector_op.c: In function 'ts_stat_sql':
> tsvector_op.c:1135:4: error: implicit declaration of function
> 'IsBinaryCoercible' [-Werror=implicit-function-declaration]
> !IsBinaryCoercible(SPI_gettypeid(SPI_tuptable->tupdesc, 1),
> ^
>
>
>
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2015-09-18 13:27:49 | Re: [COMMITTERS] pgsql: Add pages deleted from pending list to FSM |
Previous Message | Teodor Sigaev | 2015-09-18 11:32:52 | pgsql: Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3b |