1. 08 Feb, 2001 1 commit
    • Tom Lane's avatar
      When launching a child backend, take care to close file descriptors for · 897a895d
      Tom Lane authored
      any other client connections that may exist (which would only happen if
      another client is currently in the authentication cycle).  This avoids
      wastage of open descriptors in a child.  It might also explain peculiar
      behaviors like not closing connections when expected, since the kernel
      will probably not signal EOF as long as some other backend is randomly
      holding open a reference to the connection, even if the client went away
      long since ...
      897a895d
  2. 07 Feb, 2001 21 commits
  3. 06 Feb, 2001 15 commits
  4. 05 Feb, 2001 3 commits