pgsql: Comment said we don't free the lockarray, and why.

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Comment said we don't free the lockarray, and why.
Дата
Msg-id 20081204140742.435377545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Comment said we don't free the lockarray, and why. The proper fix is to
make the code do what the comment says...

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.112 -> r1.113)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.112&r2=1.113)

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

Предыдущее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Utilize the visibility map in autovacuum, too.
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Fix a couple of snapshot management bugs in the new ResourceOwner