How to crash postgres using savepoints

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема How to crash postgres using savepoints
Дата
Msg-id 410EEDE5.20204@familyhealth.com.au
обсуждение исходный текст
Ответы Re: How to crash postgres using savepoints  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
test=# begin;
BEGIN
test=# savepoint "A";
SAVEPOINT
test=# rollback to a;
server closed the connection unexpectedly        This probably means the server terminated abnormally        before or
whileprocessing the request.
 
LOG:  server process (PID 45905) was terminated by signal 11
LOG:  terminating any other active server processes
The connection to the server was lost. Attempting reset: LOG: 
background writer process (PID 45899) exited with exit code 1
LOG:  all server processes terminated; reinitializing
LOG:  database system was interrupted at 2004-08-03 09:42:11 WST
LOG:  checkpoint record is at 0/A7067C

Chris


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Anybody have an Oracle PL/SQL reference at hand?
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: pg_dump bug fixing