pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY
Date
Msg-id 20090810201605.62FE575331E@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: rm_cleanup functions need to be allowed to write WAL entries.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY