PostgreSQL Shutdowns - Mailing list pgsql-general

From Victor
Subject PostgreSQL Shutdowns
Date
Msg-id 007901c05be1$15759310$0701a8c0@owml1.md.home.com
Whole thread Raw
List pgsql-general
localhost[/usr/local/pgsql/data]# psql test dbuser
Password:
psql: The Data Base System is shutting down
localhost[/usr/local/pgsql/data]#

---------------------------------------------------------
I am getting weird DB shutdowns. Anybody experience this before ? Any ideas
welcome. What could this be?

I am running Solaris 7
/etc/system has the following shared memory setting:
set shmsys:shminfo_shmmax = 0xffffffff

test is a test database created for logins, etc.
dbuser is a user in the db. it's password is correctly entered. Sometimes
there are no problems but other times this failure happens.

Could this be something with persistent connections? What settings set the
length of time that a persistent connection will stay open?

Here are the startup settings (data/postmaster.opts):

-p 5432
-D /usr/local/pgsql/data
-B 64
-b /usr/local/pgsql/bin/postgres
-d 3
-i
-N 32



pgsql-general by date:

Previous
From: "Joel Burton"
Date:
Subject: Re: RFC: User reviews of PostgreSQL RI functionality
Next
From: "Martin A. Marques"
Date:
Subject: postgres blobs and PHP