pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY
Дата
Msg-id 20090810201605.62FE575331E@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-committers
Log Message:
-----------
Refactor NUM_cache_remove calls in error report path to a PG_TRY block.

The code in the new block was not reindented; it will be fixed by pgindent
eventually.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.160 -> r1.161)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c?r1=1.160&r2=1.161)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: rm_cleanup functions need to be allowed to write WAL entries.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY