Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

fe-connect.c

  • Marc G. Fournier's avatar
    498d2d1e
    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
    History
    From: Edmund Mergl <E.Mergl@bawue.de>
    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.