patch for Apache::Session::Store::Postgres

2000-05-29 Thread Michael Blakeley
Patch for Apache::Session::Store::Postgres, from Apache-Session-1.51.tar.gz, to resolve problems with prepare_cached(SELECT a_session FROM sessions WHERE id = ? FOR UPDATE) statement handle DBI::st=HASH(0x369a2c) is still active after a transient error. The solution is to call sth-finish

Re: patch for Apache::Session::Store::Postgres

2000-05-29 Thread Jeffrey W. Baker
On Mon, 29 May 2000, Michael Blakeley wrote: Patch for Apache::Session::Store::Postgres, from Apache-Session-1.51.tar.gz, to resolve problems with prepare_cached(SELECT a_session FROM sessions WHERE id = ? FOR UPDATE) statement handle DBI::st=HASH(0x369a2c) is still active after

Re: patch for Apache::Session::Store::Postgres

2000-05-29 Thread Michael Blakeley
At 9:10 AM -0700 5/29/2000, Jeffrey W. Baker wrote: On Mon, 29 May 2000, Michael Blakeley wrote: Patch for Apache::Session::Store::Postgres, from Apache-Session-1.51.tar.gz, to resolve problems with prepare_cached(SELECT a_session FROM sessions WHERE id = ? FOR UPDATE) statement handle