Fix whitespace issues found by git diff --check, add gitattributes

Peter Eisentraut <peter_e@gmx.net>

Commit: 001e114b8d59f4eaf2a314a2bc5e57078afdf82f
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-11-10T19:48:29Z
Releases: 9.4.0
Fix whitespace issues found by git diff --check, add gitattributes

Set per file type attributes in .gitattributes to fine-tune whitespace
checks.  With the associated cleanups, the tree is now clean for git

Files

PathChange+/−
configure.in modified +1 −1
contrib/hstore/hstore--1.1--1.2.sql modified +2 −2
contrib/hstore/sql/hstore.sql modified +0 −1
contrib/intarray/bench/bench.pl modified +1 −1
contrib/pgbench/pgbench.c modified +8 −10
contrib/pgcrypto/expected/pgp-encrypt.out modified +18 −18
contrib/pgcrypto/sql/pgp-encrypt.sql modified +18 −18
doc/src/sgml/event-trigger.sgml modified +2 −2
doc/src/sgml/func.sgml modified +1 −1
doc/src/sgml/pgbench.sgml modified +1 −1
doc/src/sgml/ref/select.sgml modified +1 −1
doc/src/sgml/sources.sgml modified +1 −1
doc/src/sgml/syntax.sgml modified +1 −1
.gitattributes added +34 −0
src/backend/catalog/aclchk.c modified +1 −1
src/backend/catalog/objectaddress.c modified +2 −2
src/backend/commands/tablecmds.c modified +9 −9
src/backend/nodes/makefuncs.c modified +0 −1
src/backend/optimizer/plan/createplan.c modified +1 −1
src/backend/parser/gram.y modified +23 −23
src/backend/postmaster/bgworker.c modified +1 −1
src/backend/storage/ipc/dsm.c modified +1 −1
src/backend/utils/adt/json.c modified +36 −36
src/backend/utils/cache/relcache.c modified +1 −1
src/backend/utils/error/elog.c modified +7 −9
src/backend/utils/misc/guc.c modified +1 −1
src/backend/utils/misc/postgresql.conf.sample modified +2 −2
src/bin/pg_dump/pg_dump.c modified +5 −5
src/bin/psql/command.c modified +11 −10
src/bin/psql/describe.c modified +3 −3
src/bin/psql/tab-complete.c modified +1 −1
src/include/nodes/execnodes.h modified +2 −2
src/include/nodes/parsenodes.h modified +1 −1
src/interfaces/ecpg/preproc/check_rules.pl modified +0 −1
src/interfaces/ecpg/preproc/parse.pl modified +2 −4
src/interfaces/ecpg/preproc/pgc.l modified +9 −9
src/interfaces/ecpg/README.dynSQL modified +4 −4
src/interfaces/ecpg/test/expected/preproc-autoprep.c modified +2 −2
src/interfaces/ecpg/test/expected/preproc-type.c modified +1 −1
src/interfaces/ecpg/test/expected/sql-fetch.c modified +2 −2
src/interfaces/ecpg/test/expected/sql-insupd.c modified +1 −1
src/interfaces/ecpg/test/expected/sql-parser.c modified +2 −2
src/interfaces/ecpg/test/expected/sql-quote.c modified +1 −1
src/interfaces/ecpg/test/Makefile modified +1 −1
src/interfaces/ecpg/test/preproc/autoprep.pgc modified +2 −2
src/interfaces/ecpg/test/preproc/type.pgc modified +1 −1
src/interfaces/ecpg/test/sql/dyntest.pgc modified +2 −2
src/interfaces/ecpg/test/sql/fetch.pgc modified +2 −2
src/interfaces/ecpg/test/sql/insupd.pgc modified +1 −1
src/interfaces/ecpg/test/sql/parser.pgc modified +4 −4
src/interfaces/ecpg/test/sql/quote.pgc modified +1 −1
src/pl/plperl/expected/plperl_array.out modified +4 −4
src/pl/plperl/sql/plperl_array.sql modified +4 −4
src/pl/plpgsql/src/pl_exec.c modified +5 −9
src/pl/plpgsql/src/pl_gram.y modified +1 −1
src/pl/tcl/expected/pltcl_setup.out modified +5 −5
src/pl/tcl/modules/pltcl_listmod.in modified +2 −2
src/pl/tcl/modules/pltcl_loadmod.in modified +2 −2
src/pl/tcl/sql/pltcl_setup.sql modified +5 −5
src/test/regress/expected/alter_generic.out modified +1 −1
src/test/regress/expected/json_1.out modified +9 −9
src/test/regress/expected/json.out modified +9 −9
src/test/regress/expected/plpgsql.out modified +2 −2
src/test/regress/expected/select_views_1.out modified +1 −1
src/test/regress/expected/select_views.out modified +1 −1
src/test/regress/expected/uuid.out modified +2 −2
src/test/regress/sql/alter_generic.sql modified +1 −1
src/test/regress/sql/json.sql modified +9 −9
src/test/regress/sql/plpgsql.sql modified +2 −3
src/test/regress/sql/select_views.sql modified +1 −1
src/test/regress/sql/uuid.sql modified +2 −2
src/timezone/tznames/Australia.txt modified +0 −1
src/timezone/tznames/Default modified +0 −1
src/timezone/tznames/Etc.txt modified +0 −1
src/tools/copyright.pl modified +0 −1
src/tools/msvc/pgflex.pl modified +0 −1
src/tools/pgindent/pgindent.man modified +0 −1
src/tools/RELEASE_CHANGES modified +3 −3