pgsql/src/backend/storage/file fd.c

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/storage/file fd.c
Date: 2001-08-04 19:42:34
Message-ID: 200108041942.f74JgYv75163@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/08/04 15:42:34

Modified files:
src/backend/storage/file: fd.c

Log message:
This patch is because Hurd does not support NOFILE. It is against current
cvs.

The Debian bug report says, "The upstream source makes use of NOFILE
unconditionalized. As the Hurd doesn't have an arbitrary limit on the
number of open files, this is not defined. But _SC_OPEN_MAX works fine
and returns 1024 (applications can increase this as they want), so I
suggest the below diff. Please forward this upstream, too."

Oliver Elphick

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-08-04 19:46:56 pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Previous Message Bruce Momjian - CVS 2001-08-04 19:41:00 pgsql/contrib/fulltextindex README.fti fti.c f ...