pgsql: Fix count_usable_fds() to stop trying to open files once it

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix count_usable_fds() to stop trying to open files once it
Date: 2005-08-07 18:47:20
Message-ID: 20050807184720.594D75282E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix count_usable_fds() to stop trying to open files once it reaches
max_files_per_process. Going further than that is just a waste of
cycles, and it seems that current Cygwin does not cope gracefully
with deliberately running the system out of FDs. Per Andrew Dunstan.

Modified Files:
--------------
pgsql/src/backend/storage/file:
fd.c (r1.118 -> r1.119)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1=1.118&r2=1.119)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-07 18:47:38 pgsql: Fix count_usable_fds() to stop trying to open files once it
Previous Message User Andrewd 2005-08-06 23:19:39 pgbuildfarm - client-code: split --from-source into two options - one