pgsql-server/src backend/libpq/md5.c bin/psql/ ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/libpq/md5.c bin/psql/ ...
Date: 2002-10-03 17:09:42
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/10/03 13:09:42

Modified files:
src/backend/libpq: md5.c
src/bin/psql : command.c common.c copy.c large_obj.c mbprint.c
print.c
src/include : pg_config.h.win32
src/interfaces/libpq: fe-connect.c fe-misc.c fe-print.c
libpq-int.h libpqdll.def pqexpbuffer.c
win32.h
src/utils : Makefile

Log message:
The attached patch fixes a number of issues related to compiling the
client
utilities (libpq.dll and psql.exe) for win32 (missing defines,
adjustments to
includes, pedantic casting, non-existent functions) per:
http://developer.postgresql.org/docs/postgres/install-win32.html.

It compiles cleanly under Windows 2000 using Visual Studio .net. Also
compiles clean and passes all regression tests (regular and contrib)
under Linux.

In addition to a review by the usual suspects, it would be very
desirable for someone well versed in the peculiarities of win32 to take
a look.

Joe Conway

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-10-03 17:11:12 pgsql-server/contrib/tablefunc README.tablefun ...
Previous Message Bruce Momjian - CVS 2002-10-03 17:07:54 pgsql-server/src backend/utils/init/globals.c ...