7.2 crash...

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема 7.2 crash...
Дата
Msg-id 008d01c1cd4e$9e8e17a0$8001a8c0@jester
обсуждение исходный текст
Ответы Re: 7.2 crash...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: 7.2 crash...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: 7.2 crash...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "minfrin@sharp.fm"
Дата:
Сообщение: ...
Следующее
От: "Jonathan C. Patschke"
Дата:
Сообщение: Re: Bug #612: PostgreSQL 7.2 does not build according to