1. 10 5月, 2001 11 次提交
    • B
      autoconf · 6319f5da
      Bruce Momjian 提交于
      6319f5da
    • B
      acd16ead
    • B
      Noticed a small bug in the code. Probably been there for some time. Note · f5982013
      Bruce Momjian 提交于
      that the original code would consider things like UNIX domain sockets are
      regular files.
      
      Gavin Sherry
      f5982013
    • B
      autoconf · fae69dd1
      Bruce Momjian 提交于
      fae69dd1
    • B
      This patch adds a new configure option --with-pltcl-unknown which · f7659a9c
      Bruce Momjian 提交于
      enables pltcl unknown support.
      
      
      Also it adds substituting of tclsh with tclsh that was by configure in
      pltcl_*mod scripts. For example, On freebsd, tclsh can be called
      tclsh8.2 or
      tclsh8.3 depending on installed version of Tcl.
      
      After patching files
        src/pl/tcl/modules/pltcl_listmod
        src/pl/tcl/modules/pltcl_loadmod
        src/pl/tcl/modules/pltcl_delmod
      must be renamed(copied,repocopied) to
        src/pl/tcl/modules/pltcl_listmod.in
        src/pl/tcl/modules/pltcl_loadmod.in
        src/pl/tcl/modules/pltcl_delmod.in
      
      seva@sevasoft.kiev.ua
      f7659a9c
    • B
      Right-align \du user-id. · d8eade37
      Bruce Momjian 提交于
      d8eade37
    • B
      Fix memory leak in new psql \du code. · 68319f91
      Bruce Momjian 提交于
      68319f91
    • B
      Fix libpq++'s FieldSize to return int, not short. · b0546a25
      Bruce Momjian 提交于
      b0546a25
    • B
      Add mention of getLength returning short. · 9668b948
      Bruce Momjian 提交于
      9668b948
    • B
      · a79b698a
      Bruce Momjian 提交于
      Here's a version of my suggested diffs transplanted to 7.1 beta 5.  I'm
      still looking at the best way to integrate Tom Vijlbrief's fixes
      (insofar as they're still needed); would 7.2 be a suitable time for
      incompatible API changes?
      
      
      Jeroen
      
      
      Changes:
      
      (*) Introduced bool, true, false (replacing some int, 1, 0)
      (*) Made some member functions const
      (*) Documented GetIsNull()
      (*) Marked DisplayTuples() and PrintTuples() as obsolescent; fixed possible
          portability problem (assumed that NULL pointer equals all-zero bit pattern)
      (*) PrintTuples(): renamed width parameter to fillAlign to conform with other
          usage; fixed memory leak and compile issue w.r.t. field separator (should
          also slightly improve performance)
      (*) Fixed some minor compilation issues
      (*) Moved "using namespace std;" out of headers, where they didn't belong; used
          new (temporary) preprocessor macro PGSTD to do this
      (*) Made ToString() static, removed unneeded memset(), made buffer size adapt
          to sizeof(int)
      (*) Made some constructors explicit
      (*) Changed some const std::string & parameters to plain std::string
      (*) Marked PgCursor::Cursor(std::string) as obsolescent (setter with same name
          as getter--bad style)
      (*) Renamed some paramaters previously named "string"
      (*) Introduced size_type typedef for number of tuples in result set
      (*) PgTransaction now supports re-opening after closing, and aborts if not
          explicitly committed prior to destruction
      
      J. T. Vermeulen
      a79b698a
    • P
      c8db55f7
  2. 09 5月, 2001 19 次提交
  3. 08 5月, 2001 10 次提交