mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Fix whitespace and remove obsolete gitattributes entry
This commit is contained in:
parent
7a8d874836
commit
96adb14d93
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -17,7 +17,6 @@ contrib/tsearch2/sql/tsearch2.sql whitespace=space-before-tab,blank-at-eof,-bla
|
||||
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
|
||||
doc/bug.template whitespace=space-before-tab,-blank-at-eof,blank-at-eol
|
||||
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol
|
||||
src/backend/tsearch/hunspell_sample.affix whitespace=-blank-at-eof
|
||||
|
||||
# Test output files that contain extra whitespace
|
||||
*.out -whitespace
|
||||
|
@ -21,4 +21,3 @@ SFX A Y IES [^AEIOU]Y
|
||||
|
||||
SFX \ N 1
|
||||
SFX \ 0 Y/L [^Y]
|
||||
|
||||
|
@ -32,4 +32,3 @@ SFX sA Y IES [^AEIOU]Y
|
||||
|
||||
SFX s\ N 1
|
||||
SFX s\ 0 Y/2 [^Y]
|
||||
|
||||
|
@ -23,4 +23,3 @@ SFX 304 Y IES [^AEIOU]Y
|
||||
|
||||
SFX 305 N 1
|
||||
SFX 305 0 Y/102 [^Y]
|
||||
|
||||
|
@ -1177,7 +1177,7 @@ NIImportOOAffixes(IspellDict *Conf, const char *filename)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_CONFIG_FILE_ERROR),
|
||||
errmsg("Ispell dictionary supports only default, "
|
||||
"long and num flag value")));
|
||||
"long and num flag value")));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -157,4 +157,3 @@ SELECT setweight('a asd w:5,6,12B,13A zxc'::tsvector, 'c', ARRAY['a', 'zxc', NUL
|
||||
SELECT filter('base:7A empir:17 evil:15 first:11 galact:16 hidden:6A rebel:1A spaceship:2A strike:3A victori:12 won:9'::tsvector, '{a}');
|
||||
SELECT filter('base hidden rebel spaceship strike'::tsvector, '{a}');
|
||||
SELECT filter('base hidden rebel spaceship strike'::tsvector, '{a,b,NULL}');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user