python - be: Only pfree when recoding occurs.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - be: Only pfree when recoding occurs.
Дата
Msg-id 20070526175421.DA6ED21707E@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Only pfree when recoding occurs.

This caused a double pfree when the server's encoding is ASCII. ASCII being a
compatible subset of utf-8, no transformation is necessary, so the function
simply returned the source.

Modified Files:
--------------
    be/src:
        pl.c (r1.46 -> r1.47)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.46&r2=1.47)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Create hooks to let a loadable plugin monitor (or even replace)
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Repair two constraint-exclusion corner cases triggered by proving