[BUGS] postmaster on solaris

2001-11-29 Thread Alain Franciosa
Hi all, is there someone who has already tried to start the postmaster on Sun solaris with 1024 backends ? If yes, what is the best configuration for the /etc/system file ? I set the following configuration : set shmsys:shminfo_shmmax=0x7fff set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shm

[BUGS] linux+doQuery infinite loop

2000-10-29 Thread alain franciosa
Hi, I've got the following bug under linux platform (red at linux release 6) : The doQuery function make an infinite loop an crash my server (consuming all the memory availabled) . The code is the following : conn = Pg::connectdb("user=x dbname=x"); ( PGRES_CONNECTION_OK eq $conn->status ) and