pgsql/src/interfaces/libpq++ README libpq++.h ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql/src/interfaces/libpq++ README libpq++.h ...
Дата
Msg-id 20020615184929.33F66475A2E@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/06/15 14:49:29

Modified files:
    src/interfaces/libpq++: README libpq++.h pgconnection.cc
                            pgconnection.h pgcursordb.cc
                            pgcursordb.h pglobject.cc
    src/interfaces/libpq++/examples: Makefile

Log message:
    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.

    Neil Conway


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/backend/utils/adt Tag: REL7_2_STABLE ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/tools/pgindent README pgcppindent