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

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY
Date: 2009-08-10 20:16:05
Message-ID: 20090810201605.62FE575331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2009-08-10 20:17:58 Re: pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY
Previous Message Alvaro Herrera 2009-08-10 20:03:12 Re: pgsql: Ship documentation without intermediate tarballs Documentation

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-08-10 20:17:53 Re: Patch for 8.5, transformationHook
Previous Message Kevin Grittner 2009-08-10 20:14:06 Re: Patch for 8.5, transformationHook