pgsql: Fix error-checking typo in check_TSCurrentConfig(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix error-checking typo in check_TSCurrentConfig().
Date
Msg-id E1Tx8iW-0003EN-Gy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix error-checking typo in check_TSCurrentConfig().

The code failed to detect an out-of-memory failure.

Xi Wang

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4a6232cce315f58bb674dd7ce6bd9166aa58fdb3

Modified Files
--------------
src/backend/utils/cache/ts_cache.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix syntax of a URL
Next
From: Tom Lane
Date:
Subject: pgsql: Fix error-checking typo in check_TSCurrentConfig().