pgsql/src bin/psql/command.c bin/psql/win32.ma ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src bin/psql/command.c bin/psql/win32.ma ...
Date: 2001-01-27 21:49:59
Message-ID: 200101272149.f0RLnxk84696@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/01/27 16:49:59

Modified files:
src/bin/psql : command.c win32.mak
src/include : config.h.win32
src/interfaces/libpq: win32.mak

Log message:
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...

Magnus Hagander

Browse pgsql-committers by date

  From Date Subject
Next Message Philip Warner - CVS 2001-01-28 02:57:07 pgsql/src/bin/pg_dump common.c pg_dump.c
Previous Message Bruce Momjian - CVS 2001-01-27 20:19:34 pgsql/doc FAQ src/FAQ/FAQ.html