Обсуждение: BUG #7900: the session can execute sql sentence when kill pg master process after.

Поиск
Список
Период
Сортировка

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

От
tiyukeji@126.com
Дата:
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!!!