pgsql: Untabify DSSSL and XSL files and add to check-tabs target - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Untabify DSSSL and XSL files and add to check-tabs target
Date
Msg-id E1SKxCV-00043S-PR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Untabify DSSSL and XSL files and add to check-tabs target

Like with SGML files, using tabs in these files is confusing and
unnecessary.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd1f4db4aec0c4b71d2ed0d29bbe388dfcd11527

Modified Files
--------------
doc/src/sgml/Makefile           |    2 +-
doc/src/sgml/stylesheet-man.xsl |   34 ++--
doc/src/sgml/stylesheet.dsl     |  538 +++++++++++++++++++-------------------
3 files changed, 287 insertions(+), 287 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove bogus comment from HeapTupleSatisfiesNow.
Next
From: Tom Lane
Date:
Subject: pgsql: Revise parameterized-path mechanism to fix assorted issues.