Re: libpq++ fixes

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: libpq++ fixes
Дата
Msg-id 20020519112118.368628b1.nconway@klamath.dyndns.org
обсуждение исходный текст
Ответ на Re: libpq++ fixes  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: libpq++ fixes  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: libpq++ fixes  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-patches
On Sun, 19 May 2002 17:14:23 +0200 (CEST)
"Peter Eisentraut" <peter_e@gmx.net> wrote:
> 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.

Really? Which ones?

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

Yeah -- I was going to suggest that. But given how hideous most of
the libpq++ code is, and the availibility of a replacement for it
(see libpqxx), I'm not sure if it's worth the bother...

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: libpq++ fixes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libpq++ fixes