pgsql: Add a comment noting that heap_copytuple_with_tuple() results in

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Add a comment noting that heap_copytuple_with_tuple() results in
Дата
Msg-id 20061123052719.C47B49FB1DD@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a comment noting that heap_copytuple_with_tuple() results in a
HeapTuple that is no longer allocated as a single palloc() block; if
used carelessly, this might result in a subsequent memory leak after
heap_freetuple().

Modified Files:
--------------
    pgsql/src/backend/access/common:
        heaptuple.c (r1.111 -> r1.112)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/heaptuple.c.diff?r1=1.111&r2=1.112)

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

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Fix a typo in recent xfunc addition, do some routine SGML police
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: More minor SGML improvements for xfunc.sgml, including making