| From: | Ludek Finstrle <ludek(dot)finstrle(at)pzkagis(dot)cz> |
|---|---|
| To: | pgsql-odbc(at)postgresql(dot)org |
| Subject: | Compilation againist PgSQL 7.4 |
| Date: | 2005-12-03 08:54:13 |
| Message-ID: | 20051203085413.GA27566@soptik.pzkagis.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| psqlodbc-pgsql74.diff | text/plain | 730 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ludek Finstrle | 2005-12-03 22:47:38 | Compilation psqlODBC againist older PgSQL |
| Previous Message | Dave Page | 2005-12-02 20:46:42 | psqlODBC 08.01.0102 Released, and other project news. |