Re: json(b)_to_tsvector with numeric values - Mailing list pgsql-hackers

From Arthur Zakirov
Subject Re: json(b)_to_tsvector with numeric values
Date
Msg-id 20180402092729.GA1811@zakirov.localdomain
Whole thread Raw
In response to Re: json(b)_to_tsvector with numeric values  (Oleg Bartunov <obartunov@postgrespro.ru>)
Responses Re: json(b)_to_tsvector with numeric values
List pgsql-hackers
On Mon, Apr 02, 2018 at 11:41:12AM +0300, Oleg Bartunov wrote:
> On Mon, Apr 2, 2018 at 9:45 AM, Arthur Zakirov <a.zakirov@postgrespro.ru> wrote:
> I found this bug, when working on presentation about FTS and it looked
> annoying, since it validates
> the consistency of FTS.I think this is a bug, which needs to be fixed,
> else inconsistency with existing full text search  will be gets
> deeper.
> 
> The fix looks trivial, but needs a review, of course.

Oh, I understood. The code looks good, tests passed. But maybe it is
better to use NumericGetDatum() instead of PointerGetDatum()?

-- 
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company


pgsql-hackers by date:

Previous
From: Alexander Lakhin
Date:
Subject: make installcheck-world in a clean environment
Next
From: Yugo Nagata
Date:
Subject: Re: [HACKERS] [PATCH] Lockable views