On Thu, Sep 19, 2019 at 11:13 PM Tom Lane <[email protected]> wrote:
> Erik Rijkers <[email protected]> writes: > > Oops: > > create_index ... ok 634 ms > > create_index_spgist ... FAILED 438 ms > > create_view ... ok 329 ms > > I'm betting the issue is breaking the Datum abstraction here: > > - scan->xs_orderbyvals[i] = > Float8GetDatum(distanceValues[i]); > + scan->xs_orderbyvals[i] = item->distances[i].value; > Overseen by me. Will fix immediately. ------ Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
