Heikki Linnakangas wrote:
Dave Page wrote:
Hi Heikki

On Fri, Apr 3, 2009 at 4:43 PM, Heikki Linnakangas
<[email protected]> wrote:
CREATE FUNCTION onelinefunc() RETURNS void AS $$ begin null; end; $$
LANGUAGE plpgsql;

Debugging that won't work terribly well anyway, as the plugin will
just skip the entire function iirc. For slightly saner testing, try
replacing null; with raise notice 'foo';. I'm not inclined to spend
the time fixing the first case at the moment as it seems unlikely to
ever cause anyone problems.

It's reproducible with any other function too, by stepping to the end of the function.

Correction: not with *any* other function, but with any function with no arguments.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to