Remove trailing whitespace from *.sgml files.
authorTom Lane <[email protected]>
Wed, 20 Apr 2022 15:04:28 +0000 (11:04 -0400)
committerTom Lane <[email protected]>
Wed, 20 Apr 2022 15:04:49 +0000 (11:04 -0400)
commit836af9756b742f5a8ae77b4bef9d27311772a13c
tree1dca762efc79599db17838cb9a39ffcab14d08ae
parent6c0f9f60f1c24aead1bfdd0ed294ac5b6f1d1ac1
Remove trailing whitespace from *.sgml files.

Historically we've been lax about this, but seeing that we're not
lax in C files, there doesn't seem to be a good reason to be so
in the documentation.  Remove the existing occurrences (mostly
though not entirely in copied-n-pasted psql output), and modify
.gitattributes so that "git diff --check" will warn about future
cases.

While at it, add *.pm to the set of extensions .gitattributes
knows about, and remove some obsolete entries for files that
we don't have in the tree anymore.

Per followup discussion of commit 5a892c9b1.

Discussion: https://postgr.es/m/[email protected]
45 files changed:
.gitattributes
doc/src/sgml/advanced.sgml
doc/src/sgml/backup.sgml
doc/src/sgml/bloom.sgml
doc/src/sgml/charset.sgml
doc/src/sgml/datatype.sgml
doc/src/sgml/dblink.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/fdwhandler.sgml
doc/src/sgml/func.sgml
doc/src/sgml/high-availability.sgml
doc/src/sgml/hstore.sgml
doc/src/sgml/json.sgml
doc/src/sgml/logical-replication.sgml
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/monitoring.sgml
doc/src/sgml/pageinspect.sgml
doc/src/sgml/parallel.sgml
doc/src/sgml/perform.sgml
doc/src/sgml/pgfreespacemap.sgml
doc/src/sgml/pgstatstatements.sgml
doc/src/sgml/pgsurgery.sgml
doc/src/sgml/pgwalinspect.sgml
doc/src/sgml/planstats.sgml
doc/src/sgml/plperl.sgml
doc/src/sgml/plpgsql.sgml
doc/src/sgml/postgres-fdw.sgml
doc/src/sgml/ref/create_index.sgml
doc/src/sgml/ref/explain.sgml
doc/src/sgml/ref/pgarchivecleanup.sgml
doc/src/sgml/ref/pgtestfsync.sgml
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/reindex.sgml
doc/src/sgml/ref/rollback_to.sgml
doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/set_role.sgml
doc/src/sgml/ref/set_session_auth.sgml
doc/src/sgml/ref/show.sgml
doc/src/sgml/release-15.sgml
doc/src/sgml/rules.sgml
doc/src/sgml/syntax.sgml
doc/src/sgml/test-decoding.sgml
doc/src/sgml/textsearch.sgml
doc/src/sgml/xaggr.sgml
doc/src/sgml/xfunc.sgml