Compilation psqlODBC againist older PgSQL - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Compilation psqlODBC againist older PgSQL
Date
Msg-id 20051203224738.GA30174@soptik.pzkagis.cz
Whole thread Raw
List pgsql-odbc
Hello,

  I take a look at compilation againist older version of PgSQL. First
step is PgSQL version 7.4.X and 7.3.X. Here is attached patch but it
needs add

#define PGSQL_VERSION <major number><minor number>

eg.

#degine PGSQL_VERSION 74

into config.h. I'm not compliant with configure. The value for PGSQL_VERSION
could be taken from pg_config --version (output: PostgreSQL 7.4.8).
How can this be doing in Windows environment? Have we more config.h-<version>
files?

Thist patch also remove "return ret" from CC_send_cancel_request as it is
already called from both part of if (few lines above).

Regards

Luf

Attachment

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: psqlODBC 08.01.0102 Released, and other project news.
Next
From: "Dave Page"
Date:
Subject: Re: Compilation psqlODBC againist older PgSQL