<pejac(at)altern(dot)org> writes:
> create function test(text) returns text AS '' LANGUAGE 'sql';
> [crashes]
OK, now it says:
regression=# create function test(text) returns text AS '' LANGUAGE 'sql';
ERROR: function declared to return text, but no SELECT provided
Thanks for the report!
regards, tom lane