Skip to content
Snippets Groups Projects
  1. May 14, 1997
  2. May 13, 1997
  3. May 12, 1997
  4. May 11, 1997
  5. May 09, 1997
    • Marc G. Fournier's avatar
      From: Edmund Mergl <E.Mergl@bawue.de> · 498d2d1e
      Marc G. Fournier authored
      Subject: [PATCHES] libpq patch
      
      Hi,
      
      here is a small patch which fixes two problems:
      
      1. libpq/libpq-fe.h:
      
      somehow disappeared the line
      
      #define DefaultOption ""
      
      now compilation stops with an error complainig an
      unknown DefaultOption (970508).
      
      
      2. Same patch as I sent already twice, but it never made it
        into the source tree:  there is no default value for
        AuthType and Password. This way any libpq-application
        (i.e. perl-scripts) which use the function PQconnectdb
        will break with PostgreSQL-6.1. The patch simply uses
        an empty string as default value.
      498d2d1e
    • Marc G. Fournier's avatar
      From: Keith Parks <emkxp01@mtcc.demon.co.uk> · 6ef382c6
      Marc G. Fournier authored
      Subject: [PATCHES] Patches for boolean, timespan and reltime regression tests.
      
      Hi All,
      
      Here are a couple of patches to the regression tests to introduce
      some specific ordering to the results.
      
      I've only made changes to the queries that were exhibiting differences
      on my regression runs.
      
      This will also have the side effect of testing the ordering code for
      the boolean and some of the time types.
      6ef382c6
  6. May 08, 1997
  7. May 07, 1997
  8. May 06, 1997
  9. May 05, 1997
Loading