]> granicus.if.org Git - postgresql/commit
From: Edmund Mergl <E.Mergl@bawue.de>
authorMarc G. Fournier <scrappy@hub.org>
Fri, 9 May 1997 03:28:54 +0000 (03:28 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 9 May 1997 03:28:54 +0000 (03:28 +0000)
commit498d2d1edc85d76bb5fe20adf426a4e32e5e1595
tree36a3e11d8808b0c38ea73af1c49e87dabec28bb4
parent6ef382c62189230a898aae605388bfa185780a19
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.
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-fe.h