libpq++ fixes

Поиск
Список
Период
Сортировка
От Neil Conway
Тема libpq++ fixes
Дата
Msg-id 20020518185725.63c616c2.nconway@klamath.dyndns.org
обсуждение исходный текст
Ответы Re: libpq++ fixes  (jtv <jtv@xs4all.nl>)
Re: libpq++ fixes  (Peter Eisentraut <peter_e@gmx.net>)
Re: libpq++ fixes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
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.

I plan on doing some more work on libpq++ in the future -- this patch just
consists of the necessary code to get the examples to compile on my machine,
plus corrections for any of the minor things I noticed on the way through.

Cheers,

Neil

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

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [INTERFACES] libpgtcl - backend version information patch
Следующее
От: jtv
Дата:
Сообщение: Re: libpq++ fixes