Re: [HACKERS] Pretty bad bug in Postgres.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Pretty bad bug in Postgres.
Дата
Msg-id 25974.928795957@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
Chris Bitmead <chris.bitmead@bigfoot.com> writes:
>> Following is I believe evidence of a pretty bad bug in postgres. This is
>> the 990329 snapshot.

>> httpd=> insert into category(name, image, parent) SELECT 'boo', 'boo',
>> oid FROM category* where name = 'foo';
>> INSERT 158370 1
>> httpd=> select * from category;
>> name    |image|url|parent
>> --------+-----+---+------
>> foo     |foo  |   |     0
>> bar     |bar  |   |158321
>> Products|.gif |   |      
>> (3 rows)

>> Ok, what's going on here. The 'boo' record did not appear!

Chris, I can't reproduce this here anymore --- do you still see it with
current sources?
        regards, tom lane


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

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: pg_upgrade loses all data
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] pg_upgrade problem