pgsql/doc/src/sgml lobj.sgml

Поиск
Список
Период
Сортировка
От Bruce Momjian - CVS
Тема pgsql/doc/src/sgml lobj.sgml
Дата
Msg-id 200101200005.f0K05t738921@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/01/19 19:05:54

Modified files:
    doc/src/sgml   : lobj.sgml

Log message:
    In the Programmer's Guide, the sample code for accessing large objects
    from libpq has two functions with memory leaks.

    The functions pickout() and overwrite() malloc space for buf which is
    never freed.

    See
    http://www.postgresql.org/users-lounge/docs/7.0/programmer/largeobjects3207.htm

    This problem is also in the 6.5 docs at
    http://www.postgresql.org/users-lounge/docs/6.5/programmer/x3184.htm

    Nishad Prakash


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include storage/s_lock.h port/freebs ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql/src/include storage/s_lock.h port/freebs ...