Re: libpq++ fixes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: libpq++ fixes
Дата
Msg-id Pine.LNX.4.44.0205191342370.2564-100000@localhost.localdomain
обсуждение исходный текст
Ответ на libpq++ fixes  (Neil Conway <nconway@klamath.dyndns.org>)
Ответы Re: libpq++ fixes  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-patches
Neil Conway writes:

> This patch fixes a few minor problems with libpq++: remove the deprecated
> PQExec(" ") in the wrapper around PQnotifies(), fix the Makefile for
> the examples so that they will actually compile properly (with the
> exception of #5, which depends on internal headers), make a minor change
> to libpq++.h so that "make examples" now works on my machine, update
> some documentation, fix some grammatical problems, and remove some of
> the more hideous comments.

Unfortunately, replacing #include <header.h> with #include <header> is
going to break a bunch of other platforms.

As for the formatting changes, maybe we should run pgindent over those
files.  It seems it has never been done.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: jtv
Дата:
Сообщение: Re: libpq++ fixes
Следующее
От: Neil Conway
Дата:
Сообщение: Re: libpq++ fixes