Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 427fe8d

Browse files
author
Aleksandr Parfenov
committed
Fix merge of test
1 parent 6455df0 commit 427fe8d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/regress/expected/tsdicts.out

-1
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,6 @@ SELECT to_tsvector('thesaurus_tst', 'Booking tickets is looking like a booking a
679679
'card':3,10 'invit':2,9 'like':6 'look':5 'order':1,8
680680
(1 row)
681681

682-
<<<<<<< HEAD
683682
ALTER TEXT SEARCH CONFIGURATION thesaurus_tst ALTER MAPPING FOR asciiword WITH english_stem UNION simple;
684683
SELECT to_tsvector('thesaurus_tst', 'The Mysterious Rings of Supernova 1987A');
685684
to_tsvector

src/test/regress/sql/tsdicts.sql

-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ SELECT to_tsvector('thesaurus_tst', 'one postgres one two one two three one');
240240
SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbreviation SN)');
241241
SELECT to_tsvector('thesaurus_tst', 'Booking tickets is looking like a booking a tickets');
242242

243-
<<<<<<< HEAD
244243
ALTER TEXT SEARCH CONFIGURATION thesaurus_tst ALTER MAPPING FOR asciiword WITH english_stem UNION simple;
245244
SELECT to_tsvector('thesaurus_tst', 'The Mysterious Rings of Supernova 1987A');
246245

0 commit comments

Comments
 (0)