Add feature patch for -tpg/-ntpg.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Jun 2017 19:27:29 +0000 (15:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 20 Jun 2017 19:27:29 +0000 (15:27 -0400)
commitdc8b3f67104281db426fe1c4676440e65b92d32b
tree68a899752bdd52bc965f1c118da70d5f37357132
parent9b87c99ae52f97628ce02ee023f7530b1d730668
Add feature patch for -tpg/-ntpg.

This switch enables using Postgres' rules for using tabs vs spaces
in indents, to match the output of our old "entab" program.
The FreeBSD maintainer wants no part of this, so we'll have to carry
this as a forked patch.  (The alternative is to go over to use-tabs-
whenever-possible rules, but that would result in circa 10K lines of
invisible whitespace diffs in the PG sources, which seems like lots
more pain than is justified.)
args.c
indent.1
indent.c
indent_globs.h
io.c