Re: [PATCH] kNN for btree - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [PATCH] kNN for btree
Date
Msg-id CA+hUKGKU+bbBWjBRPT6snWfRuY3Zw+Tq8jGOXs9PP0XFi5nOxw@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] kNN for btree  (Nikita Glukhov <n.gluhov@postgrespro.ru>)
List pgsql-hackers
On Tue, Jul 2, 2019 at 5:47 AM Nikita Glukhov <n.gluhov@postgrespro.ru> wrote:
> Attached 12th version of the patches rebased onto the current master.

Hi Nikita,

make check-world fails for me, and in tmp_install/log/install.log I see:

btree_int2.c:97:9: error: implicit declaration of function 'int2dist'
is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        return int2dist(fcinfo);
               ^
btree_int2.c:97:9: note: did you mean 'int2_dist'?
btree_int2.c:95:1: note: 'int2_dist' declared here
int2_dist(PG_FUNCTION_ARGS)
^
1 error generated.

-- 
Thomas Munro
https://enterprisedb.com



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Replication & recovery_min_apply_delay
Next
From: Michael Paquier
Date:
Subject: Re: Add test case for sslinfo