Compilation againist PgSQL 7.4 - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Compilation againist PgSQL 7.4
Date
Msg-id 20051203085413.GA27566@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. 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 as it is already
called from both part of if (few lines above).

Thanks

Luf

Attachment

pgsql-odbc by date:

Previous
From:
Date:
Subject: [ psqlodbc-Bugs-1000422 ] Couldn't compile 08.01.0101 with Unix PG 7.4.5 development environment
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1000460 ] UseServerSidePrepare still broken