Re: [HACKERS] odd alter_generic regression failures

2012-10-15 Thread Tom Lane
Andrew Dunstan writes: > We seem to have an intermittent failure on the alter_generic tests that > look like this: >SET SESSION AUTHORIZATION regtest_alter_user1; >CREATE FUNCTION alt_func1(int) RETURNS int LANGUAGE sql > AS 'SELECT $1 + 1'; > + ERROR: permission de

[HACKERS] odd alter_generic regression failures

2012-10-08 Thread Andrew Dunstan
We seem to have an intermittent failure on the alter_generic tests that look like this: SET SESSION AUTHORIZATION regtest_alter_user1; CREATE FUNCTION alt_func1(int) RETURNS int LANGUAGE sql AS 'SELECT $1 + 1'; + ERROR: permission denied for language sql CREATE F