BUG #6450: PQexec stuck.

Поиск
Список
Период
Сортировка
От vipul.patel@elitecore.com
Тема BUG #6450: PQexec stuck.
Дата
Msg-id E1RvNUx-0003wQ-HI@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6450: PQexec stuck.  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6450
Logged by:          Vipul Patel
Email address:      vipul.patel@elitecore.com
PostgreSQL version: 8.4.5
Operating system:   linux
Description:=20=20=20=20=20=20=20=20

hi,
    I am using the PostgreSQL 8.4.5, I wrote C programm which Create table,
and insert record in it. after some number of recored it will stop.
inserting record and make entry in to other table for used to other process
this table was processed and removed/droped by that process. my programm
create new table and start inserting recored in to that table.

now, some time call of create table is stuck which is called by PQexec. to
resolve this i have to kill that postgres process and i have to perform
vacuming and reindexing on the data base. till then i am not able to create
even a simple table in database (create table tbl1(cl1 int);).=20

I know that PQexec is blocking call. but in this type of condition the
PQexec will return with failure error so we can handle it.

in current stat the PQexec will stuck till anyone not vacume and reindexing
the DB.

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

Предыдущее
От: Duncan Rance
Дата:
Сообщение: Re: BUG #6425: Bus error in slot_deform_tuple
Следующее
От: srinivas879@gmail.com
Дата:
Сообщение: BUG #6451: problem while installing gridsql