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
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