1. 11 4月, 1998 3 次提交
  2. 10 4月, 1998 2 次提交
  3. 09 4月, 1998 2 次提交
  4. 08 4月, 1998 12 次提交
  5. 07 4月, 1998 4 次提交
  6. 06 4月, 1998 17 次提交
    • T
      Older html conversion of original docs to html · 0bf81411
      Thomas G. Lockhart 提交于
       superceded by the new sgml/docbook versions.
      0bf81411
    • B
      destdir cleanup. · cf1f24fb
      Bruce Momjian 提交于
      cf1f24fb
    • B
      Makefile cleanup./ · c61846e5
      Bruce Momjian 提交于
      c61846e5
    • B
      confiure cleanup · 041d2e1c
      Bruce Momjian 提交于
      041d2e1c
    • B
      Cleanup of compiler warnings. · 64514626
      Bruce Momjian 提交于
      64514626
    • B
      Cleanup initdb · 6d708c69
      Bruce Momjian 提交于
      6d708c69
    • B
      cleanup and possible alpha-linux fix. · bc407270
      Bruce Momjian 提交于
      bc407270
    • B
      066ee9a2
    • B
      Re-introduce $DISTDIR. · 5523beb9
      Bruce Momjian 提交于
      5523beb9
    • B
      Move initdb.sh to initdb · 47364f31
      Bruce Momjian 提交于
      47364f31
    • B
      Hi, · 1e801a8f
      Bruce Momjian 提交于
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
    • B
      Remove DISTDIR. · 2dfee934
      Bruce Momjian 提交于
      2dfee934
    • B
      this patch solve 2 problemes : · fdb37f07
      Bruce Momjian 提交于
      probleme number 1 :
      
      - configure can find the library readline , but don't
        find the header file . so in this case we don't use lib readline
        .
      
      probleme number 2 :
      
      - when you have postgres 6.2.1 and readline installed
        with the same prefix( and generally all your software ) .  you
        can compile the version 6.3 .  I use this prefix , when configure
        ask me for "Additional directories to search for include files"
        .
      
        ( because there a conflict in the header when you
          compile psql.c ) In this case, you must permut the sequence of
        directive -I .
      
      Erwan MAS
      fdb37f07
    • B
      configure cleanup. · 34fec161
      Bruce Momjian 提交于
      34fec161
    • B
      4b6fcc44
    • B
      confiugre.in cleanup. · 9e45687d
      Bruce Momjian 提交于
      9e45687d
    • B
      Here are 3 patches (all relative to the src directory) to help with · 05102c75
      Bruce Momjian 提交于
      the configuration of v6.3.1.  I have replaced the queries for
      include/lib directories with --with configuration options.  I have
      also included a list of potential tcl/tk include directories directly
      in the CPPFLAGS variable.  As new versions are needed, these should
      be added to the list in reverse numerical order (libraries are in
      a separate list near the end).  This greatly simplifies the later
      checks if --with-tcl is set.  I hope this solution works for
      everyone.
      
      I also added a check to disable the perl support if postgres was
      not already installed (as per the instructions in the directory).
      By the way, why must there be an installed pgsql to compile perl
      support? This seems odd, at best.
      
      Finally, I changed the Makefile in the libpgtcl interface to place
      the shared libraries at the end of the list of files, not at the
      beginning.  With NetBSD at least, libraries are linked in order,
      so the original sequence does not work.
      
      Brook Milligan
      05102c75