1. 15 10月, 2000 5 次提交
    • B
      The configure script fails to find <netinet/tcp.h>. · 0f07d644
      Bruce Momjian 提交于
      As a result, backend/libpq/pqcomm.c and interfaces/libpq/fe-connect.c
      fail to compile.
      
      The <netinet/tcp.h> header needs to be preceded by <netinet/in.h>, at
      least on IRIX, Solaris and AIX.  The simple configure test fails.
      (That header on Linux is idempotent.)
      
      The basic problem is that <netinet/tcp.h> is a BSD header.  The
      correct header for TCP internals such as TCP_NODELAY on a UNIX system
      is <xti.h>.  By UNIX I mean UNIX95 (aka XPG4v2 or SUSv1) or later.
      The current UNIX standard (UNIX98 aka SUSv2) is available online at
      <http://www.opengroup.org/onlinepubs/7908799/>.
      
      The fix is to add header support for <xti.h> into configure.in and
      config.h.in.
      
      The 2 files which conditionally include <netinet/tcp.h> need also to
      conditionally include <xti.h>.
      
      Pete Forman
      0f07d644
    • B
      Here is a patch for resultmap and the results file. · d3902198
      Bruce Momjian 提交于
      I have counted 9 differences in the least significant digit compared
      with geometry-positive-zeros.out.  It would be wise for someone else
      to double check.
      
      Pete Forman
      d3902198
    • B
      Update TODO list. · a47875f1
      Bruce Momjian 提交于
      a47875f1
    • M
      · e3cbc129
      Marc G. Fournier 提交于
      gain
      e3cbc129
    • M
      · fbe43d64
      Marc G. Fournier 提交于
      testing committers list ...
      fbe43d64
  2. 14 10月, 2000 3 次提交
  3. 13 10月, 2000 20 次提交
  4. 12 10月, 2000 12 次提交