Re: [HACKERS] Pretty bad bug in Postgres. - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] Pretty bad bug in Postgres.
Date
Msg-id 373707E8.F1EEF164@krs.ru
Whole thread Raw
In response to Re: [HACKERS] Pretty bad bug in Postgres.  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> 
> Any comments on this?
> 
> >
> > Following is I believe evidence of a pretty bad bug in postgres. This is
> > the 990329 snapshot.       ^^^^^^
Snapshot's too old?

> > 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!

I can't reproduce this in current...

Vadim


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] create view as select distinct (fwd)
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] create view as select distinct (fwd)