Re: Trying to track down weird query stalls - Mailing list pgsql-performance

From Alvaro Herrera
Subject Re: Trying to track down weird query stalls
Date
Msg-id 20090330213839.GJ23023@alvh.no-ip.org
Whole thread Raw
In response to Re: Trying to track down weird query stalls  (dan@sidhe.org)
List pgsql-performance
dan@sidhe.org escribió:

> Fair enough. (And sorry about the mis-read) Next time this occurs I'll try
> and duplicate this in psql. FWIW, a quick read of the C underlying the
> DBD::Pg module shows it using PQexecPrepared, so I'm pretty sure it is
> using prepared statements with placeholders, but double-checking seems
> prudent.

Yes, but I doubt that it'll be smart enough to work for EXPLAIN in the
way we need here.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-performance by date:

Previous
From: dan@sidhe.org
Date:
Subject: Re: Trying to track down weird query stalls
Next
From: Scott Carey
Date:
Subject: Re: Trying to track down weird query stalls