BUG #2491: Database crash and restart

Поиск
Список
Период
Сортировка
От
Тема BUG #2491: Database crash and restart
Дата
Msg-id 200606230042.k5N0gGt5002849@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2491: Database crash and restart  (Jim Nasby <jnasby@pervasive.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2491
Logged by:
Email address:      wizard580@gmail.com
PostgreSQL version: 8.1.4
Operating system:   Debian sid unstable
Description:        Database crash and restart
Details:

Situation:
I have running transaction which makes a frequently calls to a pl/pgSQL
functions via several triggers. All in one transaction. Transaction running
for a 30 sec - 1 min time longs. Then I have a file with this functions.
CREATE OR REPLACE FUNCTION ........
I made this: cat <my_file> | psql <base> -U postgres

SQL server crashed.
When no transaction active, all fine.
I can not wait a transaction to finish, because it may begin again
immediately, and again, and again. Untill "system" decided to make some
waiting for a some event.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2486: PANIC when CTRL-C on vacuum full analyze
Следующее
От: "Ermest"
Дата:
Сообщение: BUG #2495: -i start up option blows pg_ctl program.