pgsql: Fix synonym-dict breakage introduced in last patch :-(.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix synonym-dict breakage introduced in last patch :-(.
Date: 2007-08-25 02:29:45
Message-ID: 20070825022945.533177541EA@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix synonym-dict breakage introduced in last patch :-(.
Minor other cleanups.

Modified Files:
--------------
pgsql/src/backend/tsearch:
dict_synonym.c (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/dict_synonym.c?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-25 06:26:57 pgsql: Some more tsearch docs work --- sync names with CVS-tip reality,
Previous Message Tom Lane 2007-08-25 01:06:25 pgsql: Rename built-in Snowball stemmer dictionaries to be english_stem,