Re: How to crash postgres using savepoints
От | Christopher Kings-Lynne |
---|---|
Тема | Re: How to crash postgres using savepoints |
Дата | |
Msg-id | 410F2491.2040405@familyhealth.com.au обсуждение исходный текст |
Ответ на | How to crash postgres using savepoints (Christopher Kings-Lynne <chriskl@familyhealth.com.au>) |
Ответы |
Re: How to crash postgres using savepoints
|
Список | pgsql-hackers |
Did this get through? Hadn't seen anyone comment on it, and I thought it was pretty major :P Christopher Kings-Lynne wrote: > 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 while processing 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 > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
В списке pgsql-hackers по дате отправления: