From: | "Hans Oesterholt-Dijkema" <hdnews(at)gawab(dot)com> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | Digital Mars C++ - Clients |
Date: | 2004-06-23 08:40:42 |
Message-ID: | 20040623083417.M4004@strader.xs4all.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
L.S.,
I've made a patch against PostgreSQL 7.4.3 to be able to
compile 'libpq' and 'psql' with Digital Mars C++.
As Digital Mars C++ doesn't support 'popen()' and 'pclose()'
calls yet, I was in need to patch some psql .c files to let
them work well with the Digital Mars C++ port.
One can apply the patch doing:
tar xzf postgresql-7.4.3.tar.gz
cd postgresql-7.4.3
patch -p1 <pgsql-7.4.3-dmc.patch
Maybe someone can put this patch in the postgresql source
distribution somewhere?
Best whishes,
--
Hans Dijkema
Attachment | Content-Type | Size |
---|---|---|
pgsql-7.4.3-dmc.patch | application/octet-stream | 14.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-06-23 12:57:11 | Re: nested xacts and phantom Xids |
Previous Message | Gavin Sherry | 2004-06-23 08:00:35 | make_ctags change |