Re: pl/python custom exceptions for SPI

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Hannu Krosing <hannu@2ndquadrant.com>
Cc: Jan Urbański <wulczer@wulczer.org>, Postgres - Hackers <pgsql-hackers@postgresql.org>
Date: 2011-01-11T00:27:44Z
Lists: pgsql-hackers
Hannu Krosing <hannu@2ndquadrant.com> writes:
> On 10.1.2011 17:20, Jan Urbaski 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.

			regards, tom lane