1. 25 10月, 2001 9 次提交
  2. 24 10月, 2001 12 次提交
  3. 23 10月, 2001 17 次提交
  4. 21 10月, 2001 2 次提交
    • T
      Fix FindExec() for case where executable is found via a relative path · 6ec5eaad
      Tom Lane 提交于
      in .:/home/postgres/testversion/bin:/opt/perl5.6.1/bin:/home/postgres/bin:/usr/local/bin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/upgrade/bin:/opt/CC/bin:/opt/langtools/bin:/opt/graphics/phigs/bin:/opt/java/bin:/bin:/opt/imake/bin:/opt/hparray/bin:/opt/aCC/bin:/opt/lrom/bin:/usr/local/nmh/bin:. (I suppose the only common case for this is '.').
      6ec5eaad
    • T
      Fix getopt-vs-init_ps_display problem by copying original argv[] info, · b2e92a71
      Tom Lane 提交于
      per suggestion from Peter.  Simplify several APIs by transmitting the
      original argv location directly from main.c to ps_status.c, instead of
      passing it down through several levels of subroutines.
      b2e92a71