forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d567ae
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
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
610 | 610 |
| |
611 | 611 |
| |
612 | 612 |
| |
613 |
| - | |
| 613 | + | |
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
|
0 commit comments
Comments
(0)