Here is the last item in the query log at the time of the latest hang:
[2007-03-17 09:23:42 GMT] [EMAIL PROTECTED] LOG: statement: COMMENT ON
FUNCTION valid_regexp(text)
IS 'Returns true if the input can be compiled as a regular
expression.';
[2007-03-17 09:23:42 GMT] [EMAIL PROTECTED] LOG: statement: CREATE OR REPLACE
FUNCTION sha1(text) RETURNS char(40)
LANGUAGE plpythonu IMMUTABLE RETURNS NULL ON NULL INPUT AS
$$
import sha
return sha.new(args[0]).hexdigest()
$$;
--
Postgres 8.2 on Feisty beta dies regularly
https://launchpad.net/bugs/93042
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs