Repair ALTER EXTENSION ... SET SCHEMA.
[pgsql.git] / .gitattributes
blobe9ff4a56bd250e1708b13b537ce2c6ad1284efab
1 *               whitespace=space-before-tab,trailing-space
2 *.[chly]        whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
3 *.pl            whitespace=space-before-tab,trailing-space,tabwidth=4
4 *.pm            whitespace=space-before-tab,trailing-space,tabwidth=4
5 *.po            whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof
6 *.sgml          whitespace=space-before-tab,trailing-space,tab-in-indent
7 *.x[ms]l        whitespace=space-before-tab,trailing-space,tab-in-indent
9 # Avoid confusing ASCII underlines with leftover merge conflict markers
10 README          conflict-marker-size=32
11 README.*        conflict-marker-size=32
13 # Certain data files that contain special whitespace, and other special cases
14 *.data                                          -whitespace
15 contrib/pgcrypto/sql/pgp-armor.sql              whitespace=-blank-at-eol
16 src/backend/catalog/sql_features.txt            whitespace=space-before-tab,blank-at-eof,-blank-at-eol
18 # Test output files that contain extra whitespace
19 *.out                                   -whitespace
20 src/interfaces/ecpg/test/expected/*     -whitespace
22 # These files are maintained or generated elsewhere.  We take them as is.
23 configure                               -whitespace
24 ppport.h                                -whitespace
25 src/backend/regex/COPYRIGHT             -whitespace
26 src/backend/snowball/libstemmer/*.c     -whitespace
27 src/backend/utils/mb/Unicode/*-std.txt  -whitespace
28 src/include/snowball/libstemmer/*       -whitespace
29 src/timezone/data/*                     -whitespace
30 src/tools/pg_bsd_indent/*               -whitespace
31 src/tools/pg_bsd_indent/tests/*         -whitespace