diff options
author | Peter Eisentraut | 2010-11-23 20:27:50 +0000 |
---|---|---|
committer | Peter Eisentraut | 2010-11-23 20:34:55 +0000 |
commit | fc946c39aeacdff7df60c83fca6582985e8546c8 (patch) | |
tree | 866145f64c09c0673a4aa3d3a2f5647f0b7afc45 /contrib/test_parser | |
parent | 44475e782f4674d257b9e5c1a3930218a4b4deea (diff) |
Remove useless whitespace at end of lines
Diffstat (limited to 'contrib/test_parser')
-rw-r--r-- | contrib/test_parser/expected/test_parser.out | 2 | ||||
-rw-r--r-- | contrib/test_parser/sql/test_parser.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/test_parser/expected/test_parser.out b/contrib/test_parser/expected/test_parser.out index 600086c4ae..3d0fd4210f 100644 --- a/contrib/test_parser/expected/test_parser.out +++ b/contrib/test_parser/expected/test_parser.out @@ -41,7 +41,7 @@ SELECT to_tsquery('testcfg', 'star'); 'star' (1 row) -SELECT ts_headline('testcfg','Supernovae stars are the brightest phenomena in galaxies', +SELECT ts_headline('testcfg','Supernovae stars are the brightest phenomena in galaxies', to_tsquery('testcfg', 'stars')); ts_headline ----------------------------------------------------------------- diff --git a/contrib/test_parser/sql/test_parser.sql b/contrib/test_parser/sql/test_parser.sql index f43d4c7e09..97c2cb5a5d 100644 --- a/contrib/test_parser/sql/test_parser.sql +++ b/contrib/test_parser/sql/test_parser.sql @@ -22,5 +22,5 @@ SELECT to_tsvector('testcfg','That''s my first own parser'); SELECT to_tsquery('testcfg', 'star'); -SELECT ts_headline('testcfg','Supernovae stars are the brightest phenomena in galaxies', +SELECT ts_headline('testcfg','Supernovae stars are the brightest phenomena in galaxies', to_tsquery('testcfg', 'stars')); |