"Nigel J. Andrews" <nandrews@investsystems.co.uk> writes:
> I'm considering writing some functions in C. This is a collection of
> approximately 230 functions, mostly in plpgsql at the moment. Number of lines
> of plpgsql is approximately 6500
That's a lot of code. A nice thing would be to write a plpgsql -> C
translator (kind of compiler). Many of the requiered work is already
done by the plpgsql handler and it sounds much more fun and useful in
the long term. Just my $0.2.
Regards,
Manuel.