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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix error-checking typo in check_TSCurrentConfig().
Date: 2013-01-21 04:10:40
Message-ID: E1Tx8iW-0003EN-Gy@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-21 04:44:50 pgsql: Fix one-byte buffer overrun in PQprintTuples().
Previous Message Peter Eisentraut 2013-01-21 00:49:44 pgsql: doc: Fix syntax of a URL