Skip to content

Commit 1d567ae

Browse files
committed
The following bug has been logged online:
Bug reference: 1081 Logged by: Aarjav Trivedi Email address: aarjav@cc.gatech.edu PostgreSQL version: 7.4 Operating system: Linux Description: Spelling error in tsearch2.sql leading to problems with tsearch Details: On line 620 of tsearch2.sql which is required to install and run TSEARCH, REATE FUNCTION tsstat_in(cstring) should be CREATE FUNCTION tsstat_in(cstring) because of this error, TSEARCH fails to work as specified,
1 parent 0d02533 commit 1d567ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tsearch2/tsearch.sql.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ AS
610610
CREATE TYPE statinfo
611611
as (word text, ndoc int4, nentry int4);
612612

613-
--REATE FUNCTION tsstat_in(cstring)
613+
--CREATE FUNCTION tsstat_in(cstring)
614614
--RETURNS tsstat
615615
--AS 'MODULE_PATHNAME'
616616
--LANGUAGE 'C' with (isstrict);

0 commit comments

Comments
 (0)