• Vadim B. Mikheev's avatar
    AllocateFile(): · d8652288
    Vadim B. Mikheev authored
       fdleft = pg_nofile() - allocatedFiles - nfile;
    looks more realistic, but too noisy -
       fdleft = pg_nofile() - allocatedFiles;
    restored.
    d8652288
fd.c 21.3 KB