Updated Win32 patch

From: Magnus Hagander <mha(at)sollentuna(dot)net>
To: "'pgsql-patches(at)postgresql(dot)org'" <pgsql-patches(at)postgresql(dot)org>
Cc: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Updated Win32 patch
Date: 2001-01-27 15:41:18
Message-ID: 215896B6B5E1CF11BC5600805FFEA821048016DA@sirius.edu.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hello!

Here is an update on the Win32 patch. Modified files are 'config.h.win32'
and two 'win32.mak'. Addresses the following:

1) Oops. Spelled fcntl.h wrong in the last one. D'uh.
2) PG_VERSION changed to be defined with " around it. psql/command.c failed
to compile without that.
3) Changed makefiles to use "/MD" and link both psql and libpq.dll against
MSVCRT.DLL instead of a static library. This takes care of the
crash-upon-free in psql.

I *think* this is what is on the "Open 7.1 Items" list as "Magnus Hagander
ODBC Issues?". It has nothing to do with ODBC, but it's the only issue I've
been involved with...

Regards,
Magnus

<<win32.fix.patch>>

Attachment Content-Type Size
win32.fix.patch application/octet-stream 2.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-01-27 18:18:04 Re: PgAccess schema-diagram cleanup
Previous Message Peter Eisentraut 2001-01-27 09:12:54 Re: configure.in patch for readline and curses.