BUG #6450: PQexec stuck. - Mailing list pgsql-bugs

From vipul.patel@elitecore.com
Subject BUG #6450: PQexec stuck.
Date
Msg-id E1RvNUx-0003wQ-HI@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #6450: PQexec stuck.
List 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 by date:

Previous
From: Duncan Rance
Date:
Subject: Re: BUG #6425: Bus error in slot_deform_tuple
Next
From: srinivas879@gmail.com
Date:
Subject: BUG #6451: problem while installing gridsql