Re: pl/python custom exceptions for SPI

Поиск
Список
Период
Сортировка
От Jan Urbański
Тема Re: pl/python custom exceptions for SPI
Дата
Msg-id 4D2C3CE9.8010805@wulczer.org
обсуждение исходный текст
Ответ на Re: pl/python custom exceptions for SPI  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pl/python custom exceptions for SPI  (Jan Urbański <wulczer@wulczer.org>)
Список pgsql-hackers
On 11/01/11 01:27, Tom Lane wrote:
> Hannu Krosing <hannu@2ndquadrant.com> writes:
>> On 10.1.2011 17:20, Jan Urbański wrote:
>>> I changed that patch to use Perl instead of sed to generate the
>>> exceptions, which should be a more portable.
>
>> Why not python ?
>
> Because we're not adding even more different tool requirements to the
> build process.  Perl is what we've chosen to depend on, and there is no
> reason to use a different tool here.

Yep, exactly.

While looking at it again I fixed a problem with spiexceptions.h not
being distributed (and IIRC we don't require Perl for tarball builds)
and added generating it to the MSVC build system.

Updated patch attached.

Cheers,
Jan

Вложения

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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: Compatibility GUC for serializable
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Bug in pg_describe_object