Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA19040; Wed, 24 Mar 93 03:31:51 -0800
Date: Wed, 24 Mar 93 03:31:51 -0800
Message-Id: <9303241131.AA19040@postgres.Berkeley.EDU>
From: tom@izf.tno.nl (Tom Vijlbrief)
Subject: POstgres problem FIXED
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Cc: aoki@postgres.berkeley.edu

The problem with the postgres backend exiting after many queries
have been executed has been solved.

The problem was the filedescriptor limit (64 by default with SunOs)
which is reached when the Backend accesses many relations.

limit descriptor 128

before starting the postmaster fixed the problem....

The problem manifests itself when using the first non binary portal is used
because at that point the dynamic loader cannot open the implementation
file.

Tom

