Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
1a8c9536
Commit
1a8c9536
authored
Apr 05, 2018
by
Teodor Sigaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove tsearch test contained russian characters, missed in
1664ae19
parent
eed1ce72
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
src/test/regress/expected/tsearch.out
src/test/regress/expected/tsearch.out
+0
-6
src/test/regress/sql/tsearch.sql
src/test/regress/sql/tsearch.sql
+0
-1
No files found.
src/test/regress/expected/tsearch.out
View file @
1a8c9536
...
...
@@ -1902,12 +1902,6 @@ select websearch_to_tsquery('simple', 'abc orange');
'abc'
&
'orange'
(1 row)
select websearch_to_tsquery('simple', 'abc orтест');
websearch_to_tsquery
----------------------
'abc'
&
'orтест'
(1 row)
select websearch_to_tsquery('simple', 'abc OR1234');
websearch_to_tsquery
----------------------
...
...
src/test/regress/sql/tsearch.sql
View file @
1a8c9536
...
...
@@ -591,7 +591,6 @@ select websearch_to_tsquery('simple', 'fat or ');
-- ... but not here
select
websearch_to_tsquery
(
'simple'
,
'abc orange'
);
select
websearch_to_tsquery
(
'simple'
,
'abc orтест'
);
select
websearch_to_tsquery
(
'simple'
,
'abc OR1234'
);
select
websearch_to_tsquery
(
'simple'
,
'abc or-abc'
);
select
websearch_to_tsquery
(
'simple'
,
'abc OR_abc'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment