Digital Mars C++ - Clients

Поиск
Список
Период
Сортировка
От Hans Oesterholt-Dijkema
Тема Digital Mars C++ - Clients
Дата
Msg-id 20040623083417.M4004@strader.xs4all.nl
обсуждение исходный текст
Ответы Re: Digital Mars C++ - Clients  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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
Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: make_ctags change
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: nested xacts and phantom Xids