Re: delete commands fails silently to delete primary key

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: delete commands fails silently to delete primary key
Дата
Msg-id 191DC854409F41DABC041B3B8A91CCF4@andrusnotebook
обсуждение исходный текст
Ответ на Re: delete commands fails silently to delete primary key  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: delete commands fails silently to delete primary key  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> There have been a number of index-corruption bugs fixed since 8.1.4 ...
>
> In particular, if it's possible that any of these clients abort before
> committing these insertions, the vacuum race condition bug fixed in
> 8.1.10 is a pretty likely candidate for your problem.

I changed second statement to

INSERT INTO session ('MYCOMPNAME',ipaddress,logintime,loggeduser)
   SELECT 'MYCOMPNAME',
inet_client_addr()::CHAR(14),current_timestamp::CHAR(28),CURRENT_USER
         WHERE NOT EXISTS (SELECT 1 FROM session WHERE
workplace='MYCOMPNAME')

where MYCOMPNAME is logging-in computer name.

Will this fix the isse or is it better to wait 100 ms  and re-try insert?

Andrus.


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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: date stamp on update?
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Postgres mail list traffic over time