RES: 8.2.4 selects make applications wait indefinitely - Mailing list pgsql-general

From Carlos H. Reimer
Subject RES: 8.2.4 selects make applications wait indefinitely
Date
Msg-id PEEPKDFEHHEMKBBFPOOKIEHFFKAA.carlos.reimer@opendb.com.br
Whole thread Raw
In response to Re: 8.2.4 selects make applications wait indefinitely  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: RES: 8.2.4 selects make applications wait indefinitely
Re: RES: 8.2.4 selects make applications wait indefinitely
List pgsql-general
Some new data about this issue:

SELECT * or naming all the columns locks the client application. Yesterday
I´ve wrongly said that when naming all the columns instead of using the *
the applications did not lock.

I can not reproduce the problem in others 8.2.4 servers.  I´ve others 8.2.4
servers and I´m able to do the "SELECT * from tb_produtos where codigo=5002"
and always using the same windows psql client. I´ve transfered the table to
the other 8.2.4 servers using the pg_dump/psql sequence.

If I create another database in the same server, and transfer the table with
a pg_dump/psql in this new database the problem persists.

Even creating another cluster in the same server and restoring the table
there it does not work.

This is the only 64 bits box with the 8.2.4, don´t know if this has anything
to do with the problem.

Don´t know but apparently the problem is not an issue in the client, as I´m
able to connect and do the select * in other 8.2.4 servers.

Don´t know what kind of tests I should do to help fixing this problem.

Any suggestions?

Reimer


pgsql-general by date:

Previous
From: John Wells
Date:
Subject: Re: "timer" script from SAMS book or equivalent?
Next
From: "Dot Yet"
Date:
Subject: Re: Postgres 8.2.5 compilation problem on OpenSolaris/Solaris