[Issue] Can't recompile cube extension as PGXS, utils/float.h is not installed

Поиск
Список
Период
Сортировка
От Siarhei Siniak
Тема [Issue] Can't recompile cube extension as PGXS, utils/float.h is not installed
Дата
Msg-id CAGdowOMQYNH7_MOh=Xy+OkotNg4np1=s2dCB+Sb-cPccg4+RvA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [Issue] Can't recompile cube extension as PGXS, utils/float.h is not installed
Список pgsql-hackers
1. Currently, cube extension has CUBE_MAX_DIM set as 100.
A recent github issue. [1]
2. To compile a custom version of the extension off the tree requires:
```
   make -C contrib/custom_cube USE_PGXS=1
```
3. But utils/float.h required by cube.c and cubeparse.y is not installed.
It's not present in the latest release file [2],
nor being installed when running
make install when compiling from git.
4. Current workaround is to use
```
#include "../../src/include/utils/float.h"
```
in cube.c and cubeparse.y when compiling in git tree.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Iwata, Aya"
Дата:
Сообщение: RE: libpq debug log
Следующее
От: Filip Rembiałkowski
Дата:
Сообщение: Re: dropdb --force