Re: [Issue] Can't recompile cube extension as PGXS, utils/float.h is not installed - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [Issue] Can't recompile cube extension as PGXS, utils/float.h is not installed
Date
Msg-id 18270.1551797459@sss.pgh.pa.us
Whole thread Raw
In response to [Issue] Can't recompile cube extension as PGXS, utils/float.h is not installed  (Siarhei Siniak <serega.belarus@gmail.com>)
List pgsql-hackers
Siarhei Siniak <serega.belarus@gmail.com> writes:
> 3. But utils/float.h required by cube.c and cubeparse.y is not installed.

AFAICT, that file only exists in HEAD, not in any released branch, and
it is installed during "make install" from HEAD.  Please be sure you
are using installed files that match whatever branch you're trying
to build from.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: NOT IN subquery optimization
Next
From: Robert Haas
Date:
Subject: Re: Fsync-before-close thought experiment