Re: Proposal: Remove regress-python3-mangle.mk

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proposal: Remove regress-python3-mangle.mk
Дата
Msg-id 27600.1461187003@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Proposal: Remove regress-python3-mangle.mk  (Yury Zhuravlev <u.zhuravlev@postgrespro.ru>)
Список pgsql-hackers
Yury Zhuravlev <u.zhuravlev@postgrespro.ru> writes:
> Tom Lane wrote:
>> Also, I would bet that those tools would not know anything
>> about converting PL language names between 'plpythonu' and 'plpython2u'
>> and 'plpython3u'; so even if we used one of them, we would still need a
>> layer pretty similar to what we have.

> I do not see this as a problem because we can build Postgres only with one 
> version of Python (2 or 3).

What's your point?  The tests still have to load the correct version
of the PL language by name, and create functions that reference that
version by name.  Moreover, "make installcheck" should work even
against an installation with both .so's installed.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Should XLogInsert() be done only inside a critical section?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Avoid parallel full and right join paths.