pgsql: Fix caching of unsuccessful initialization of parser or

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix caching of unsuccessful initialization of parser or
Date: 2007-04-02 11:43:30
Message-ID: 20070402114330.8213D9FB655@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix caching of unsuccessful initialization of parser or configuration.
Per report from Listmail <lists(at)peufeu(dot)com>

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/contrib/tsearch2:
ts_cfg.c (r1.5.2.2 -> r1.5.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ts_cfg.c.diff?r1=1.5.2.2&r2=1.5.2.3)
wparser.c (r1.2.4.1 -> r1.2.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wparser.c.diff?r1=1.2.4.1&r2=1.2.4.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-04-02 12:11:26 pgsql: xcopy can only deal with forward-slashed paths when it's quoted -
Previous Message Teodor Sigaev 2007-04-02 11:43:11 pgsql: Fix caching of unsuccessful initialization of parser or