Remove trailing whitespace from *.sgml files.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 836af9756b742f5a8ae77b4bef9d27311772a13c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-04-20T15:04:49Z
Releases: 15.0
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/E1nfcV1-000kOR-E5@gemulon.postgresql.org

Files

PathChange+/−
doc/src/sgml/advanced.sgml modified +4 −4
doc/src/sgml/backup.sgml modified +1 −1
doc/src/sgml/bloom.sgml modified +4 −4
doc/src/sgml/charset.sgml modified +6 −6
doc/src/sgml/datatype.sgml modified +16 −16
doc/src/sgml/dblink.sgml modified +3 −3
doc/src/sgml/ddl.sgml modified +2 −2
doc/src/sgml/fdwhandler.sgml modified +1 −1
doc/src/sgml/func.sgml modified +46 −46
doc/src/sgml/high-availability.sgml modified +1 −1
doc/src/sgml/hstore.sgml modified +4 −4
doc/src/sgml/json.sgml modified +3 −3
doc/src/sgml/logicaldecoding.sgml modified +13 −13
doc/src/sgml/logical-replication.sgml modified +29 −29
doc/src/sgml/monitoring.sgml modified +1 −1
doc/src/sgml/pageinspect.sgml modified +13 −13
doc/src/sgml/parallel.sgml modified +1 −1
doc/src/sgml/perform.sgml modified +2 −2
doc/src/sgml/pgfreespacemap.sgml modified +2 −2
doc/src/sgml/pgstatstatements.sgml modified +2 −2
doc/src/sgml/pgsurgery.sgml modified +5 −5
doc/src/sgml/pgwalinspect.sgml modified +3 −3
doc/src/sgml/planstats.sgml modified +7 −7
doc/src/sgml/plperl.sgml modified +1 −1
doc/src/sgml/plpgsql.sgml modified +2 −2
doc/src/sgml/postgres-fdw.sgml modified +3 −3
doc/src/sgml/ref/create_index.sgml modified +2 −2
doc/src/sgml/ref/explain.sgml modified +2 −2
doc/src/sgml/ref/pgarchivecleanup.sgml modified +1 −2
doc/src/sgml/ref/pgtestfsync.sgml modified +1 −1
doc/src/sgml/ref/psql-ref.sgml modified +7 −7
doc/src/sgml/ref/reindex.sgml modified +2 −2
doc/src/sgml/ref/rollback_to.sgml modified +2 −2
doc/src/sgml/ref/select.sgml modified +1 −1
doc/src/sgml/ref/set_role.sgml modified +2 −2
doc/src/sgml/ref/set_session_auth.sgml modified +2 −2
doc/src/sgml/ref/show.sgml modified +1 −1
doc/src/sgml/release-15.sgml modified +2 −2
doc/src/sgml/rules.sgml modified +4 −4
doc/src/sgml/syntax.sgml modified +7 −7
doc/src/sgml/test-decoding.sgml modified +1 −1
doc/src/sgml/textsearch.sgml modified +51 −51
doc/src/sgml/xaggr.sgml modified +2 −2
doc/src/sgml/xfunc.sgml modified +8 −8
.gitattributes modified +2 −5

Documentation touched

Discussion

Cited messages not in the archive: E1nfcV1-000kOR-E5@gemulon.postgresql.org