BUG #7900: the session can execute sql sentence when kill pg master process after.

From: tiyukeji(at)126(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7900: the session can execute sql sentence when kill pg master process after.
Date: 2013-02-22 06:13:57
Message-ID: E1U8ltN-000300-MS@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7900
Logged by: tan hong wei
Email address: tiyukeji(at)126(dot)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!!!

Browse pgsql-bugs by date

  From Date Subject
Next Message Claude Speed 2013-02-22 07:54:53 Re: new BUG: "postgresql 9.2.3: very long query time"
Previous Message amutu 2013-02-22 01:50:32 BUG #7899: allow key word as alias in subquery but Can't reference it in outer query