Re: BUG #7600: Database crash with data corruption
| От | Craig Ringer |
|---|---|
| Тема | Re: BUG #7600: Database crash with data corruption |
| Дата | |
| Msg-id | 507C102E.9090507@ringerc.id.au обсуждение исходный текст |
| Ответ на | BUG #7600: Database crash with data corruption (hankiewicz@gmail.com) |
| Ответы |
Re: BUG #7600: Database crash with data corruption
|
| Список | pgsql-bugs |
On 10/15/2012 04:17 PM, MichaÅ Hankiewicz wrote: > You misunderstand me. > According to the server logs I have sent in the first message process > received signal 2 (it is SIGINT) and according to the documentation this > signal should not couse server crash. Wrong values of sequences does not > mean hole in generated values, but sequence started to generate the same > values once again causing unique constraint violation. OK, that sounds more like a problem. It wasn't clear from your original post that it was replaying used sequence values. SIGINT should normally just terminate the statement, eg: regress=# SELECT pg_sleep(100); ERROR: canceling statement due to user request so I agree that something isn't right here. Is this something you've been able to reproduce? Or is it a one-off incident so far? -- Craig Ringer
В списке pgsql-bugs по дате отправления: