Re: Python versions (was Re: RHEL 8.0 build)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Python versions (was Re: RHEL 8.0 build)
Дата
Msg-id 30672.1546816567@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Python versions (was Re: RHEL 8.0 build)  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: Python versions (was Re: RHEL 8.0 build)  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> I think this was the option with the most support.  Here is a patch.

BTW, this is a pre-existing problem not the fault of this patch,
but while we're fooling with the behavior of python lookup would
be a great time to fix it: we should add something like

AC_ARG_VAR([PYTHON], [path to Python executable])

Aside from improving the "configure --help" documentation, this
will prevent insane results from using inapplicable cached
conclusions about what Python we've got.  Since more and more
people seem to be using configure cache files, I think we need
to be more careful about declaring relevant variables.

            regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCH] check for ctags utility in make_ctags
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] PATCH: multivariate histograms and MCV lists