BUG #7900: the session can execute sql sentence when kill pg master process after. - Mailing list pgsql-bugs

From tiyukeji@126.com
Subject BUG #7900: the session can execute sql sentence when kill pg master process after.
Date
Msg-id E1U8ltN-000300-MS@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7900
Logged by:          tan hong wei
Email address:      tiyukeji@126.com
PostgreSQL version: 9.1.4
Operating system:   cent os 5.5
Description:        =


1 create a db session s1,and execue sql:create table a(i int);  =

2 kill -9 pg maseter pid. =

3 execute sql sentence: insert into a (i) values (100); ok!

4 restart db server .

5 table a now rows!!!

pgsql-bugs by date:

Previous
From: amutu@amutu.com
Date:
Subject: BUG #7899: allow key word as alias in subquery but Can't reference it in outer query
Next
From: Tom Lane
Date:
Subject: Re: new BUG: "postgresql 9.2.3: very long query time"