From: | "Rod Taylor" <rbt(at)zort(dot)ca> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | 7.2 crash... |
Date: | 2002-03-17 00:56:48 |
Message-ID: | 008d01c1cd4e$9e8e17a0$8001a8c0@jester |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
7.2 crashes with the below function:
CREATE OR REPLACE FUNCTION runMaintenance()
RETURNS BOOL AS '
VACUUM;
SELECT TRUE;
' LANGUAGE sql;
I was going to toss a bunch of system maintenance stuff in a database
function to make administration for those who administer the boxes
(not me -- I just tell how).
Anyway, any crash is a bad crash I suppose.
--
Rod Taylor
Your eyes are weary from staring at the CRT. You feel sleepy. Notice
how restful it is to watch the cursor blink. Close your eyes. The
opinions stated above are yours. You cannot imagine why you ever felt
otherwise.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-03-17 18:12:04 | psql's \r does not reset parenthesis depth counter |
Previous Message | pgsql-bugs | 2002-03-16 17:18:03 | Bug #621: why postgreSQL stored databases in digital filenames? |
From | Date | Subject | |
---|---|---|---|
Next Message | Lincoln Yeoh | 2002-03-17 11:47:33 | Re: Client/Server compression? |
Previous Message | Tom Lane | 2002-03-16 23:01:52 | Re: problem with array of boxes |