Re: Digital Mars C++ - Clients

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Hans Oesterholt-Dijkema <hdnews(at)gawab(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Digital Mars C++ - Clients
Date: 2004-07-05 20:15:32
Message-ID: 200407052015.i65KFWn13238@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Uh, I have never heard of Digital Mars C++. I see it here though:

http://www.digitalmars.com/

Having never had anyone who uses it, it seems this patch would be better
kept where users of digital Mars could find it, like on their ftp
server. I don't think there enough usage of Digital Mars for us to
adjust our source code at this time. Do you agree?

---------------------------------------------------------------------------

Hans Oesterholt-Dijkema wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-07-05 20:22:14 Re: serverlog rotation/functions
Previous Message Bruce Momjian 2004-07-05 20:10:10 Re: make_ctags change