Remove trailing whitespace from *.sgml files.
Tom Lane <tgl@sss.pgh.pa.us>
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
Documentation touched
- 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
Discussion
Cited messages not in the archive:
E1nfcV1-000kOR-E5@gemulon.postgresql.org