BUG #1273: bad path for english.stop in tsearch2

Started by PostgreSQL Bugs Listover 21 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

The following bug has been logged online:

Bug reference: 1273
Logged by: Werner Bohl

Email address: WernerBohl@infutor.com

PostgreSQL version: 8.0 Beta

Operating system: Windows XP pro

Description: bad path for english.stop in tsearch2

Details:

Running Postgresql 8.0beta2-dev3.
When issuing a query using tsearch2. It erred, looking for english.stop in
/usr/local/psql/share/contrib.

Fixed creating that directory structure and placing english.stop there, but
it should look for that file under Program
Files/PostgreSQL/8.0-beta2-dev3/share/contrib.

#2Magnus Hagander
magnus@hagander.net
In reply to: PostgreSQL Bugs List (#1)
Re: BUG #1273: bad path for english.stop in tsearch2

The following bug has been logged online:

Bug reference: 1273
Logged by: Werner Bohl

Email address: WernerBohl@infutor.com

PostgreSQL version: 8.0 Beta

Operating system: Windows XP pro

Description: bad path for english.stop in tsearch2

Details:

Running Postgresql 8.0beta2-dev3.
When issuing a query using tsearch2. It erred, looking for
english.stop in /usr/local/psql/share/contrib.

Fixed creating that directory structure and placing
english.stop there, but it should look for that file under
Program Files/PostgreSQL/8.0-beta2-dev3/share/contrib.

Hello.

This has been fixed in the pginstaller cvs and will be included in the
next beta release.

//Magnus