postgresql/src/interfaces
Marc G. Fournier 498d2d1edc From: Edmund Mergl <E.Mergl@bawue.de>
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.
1997-05-09 03:28:54 +00:00
..
libpgtcl From: Anton de Wet <adw@obsidian.co.za> 1997-04-02 18:16:49 +00:00
libpq From: Edmund Mergl <E.Mergl@bawue.de> 1997-05-09 03:28:54 +00:00
libpq++ This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00
perl5 creation for postgresql-6.1 1997-04-29 19:37:10 +00:00