postgresql/src/backend/storage
Vadim B. Mikheev d865228807 AllocateFile():
fdleft = pg_nofile() - allocatedFiles - nfile;
looks more realistic, but too noisy -
   fdleft = pg_nofile() - allocatedFiles;
restored.
1997-05-23 02:56:48 +00:00
..
buffer 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeing 1997-05-20 11:30:32 +00:00
file AllocateFile(): 1997-05-23 02:56:48 +00:00
ipc Various patches not commited, plus a linux/sparc patch from 1997-04-24 02:35:39 +00:00
large_object Add include files needed for stat(). 1997-01-18 16:14:04 +00:00
lmgr From: Massimo Dal Zotto <dz@cs.unitn.it> 1997-03-15 01:23:58 +00:00
page From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 21:13:19 +00:00
smgr 1. Fix md memory leak: 1997-05-22 17:08:35 +00:00
Makefile Recognize dependencies more reliably. 1996-11-10 03:13:59 +00:00