pgsql: Don't putenv() a string that is allocated in a context that will

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Don't putenv() a string that is allocated in a context that will
Дата
Msg-id 20080130041119.6C909754108@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Don't putenv() a string that is allocated in a context that will go away
soon.  I suspect this explains bug #3902, though I'm still not able to
reproduce that.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        auth.c (r1.162 -> r1.163)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.162&r2=1.163)

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

Предыдущее
От: aglio@pgfoundry.org (User Aglio)
Дата:
Сообщение: press - pr: final update to dates
Следующее
От: alvherre@pgfoundry.org (Alvaro Herrera)
Дата:
Сообщение: press - pr: Corrections from Christian Kuroki -- thanks.