Re: [GENERAL] blocking mode

2006-11-01 Thread A. Kretschmer
am  Wed, dem 01.11.2006, um 10:58:21 +0100 mailte Bobby Gontarski folgendes:
 From time to time I get Notice: Unknown: Cannot set connection to blocking 
 mode in Unknown on line 0.
 
 What it is? Is it really a problem with postgresql. I am using Apache/2.2.3 
 (Unix) PHP/5.1.6/ postgresql 8.1

As far as i know, this is a PHP-bug, not a PostgreSQL-bug.

Ask Google for PHP-bug #31411


Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47215,   D1: 0160/7141639 (mehr: - Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


Re: [GENERAL] blocking mode

2006-11-01 Thread Richard Huxton

Bobby Gontarski wrote:

From time to time I get Notice: Unknown: Cannot set connection to
blocking mode in Unknown on line 0.

What it is? Is it really a problem with postgresql. I am using
Apache/2.2.3 (Unix) PHP/5.1.6/ postgresql 8.1


I can't find the string connection to blocking mode in the source for 
8.1. If this was a PostgreSQL error you should be able to get it to 
appear in your PostgreSQL logs.


Perhaps look at whatever is reporting the error, although the Unknown 
on line 0 suggests to me that it might not be easy to track this down.


--
  Richard Huxton
  Archonet Ltd

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
  choose an index scan if your joining column's datatypes do not
  match