Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d567ae

Browse files
committed
The following bug has been logged online:
Bug reference: 1081Logged by: Aarjav TrivediEmail address: aarjav@cc.gatech.eduPostgreSQL version: 7.4Operating system: LinuxDescription: Spelling error in tsearch2.sql leading to problemswithtsearchDetails:On line 620 of tsearch2.sql which is required to install and runTSEARCH,REATE FUNCTION tsstat_in(cstring)should beCREATE FUNCTION tsstat_in(cstring)because of this error, TSEARCH fails to work as specified,
1 parent0d02533 commit1d567ae

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)

[8]ページ先頭

©2009-2025 Movatter.jp