Tweak new Perl pgindent for compatibility with middle-aged Perls.

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

Commit: 5078be480412790e4f1b2aeda04f8c65fc7a3b93
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-08-07T21:52:53Z
Releases: 9.3.0
Tweak new Perl pgindent for compatibility with middle-aged Perls.

We seem to have a rough policy that our Perl scripts should work with
Perl 5.8, so make this one do so.  Main change is to not use the newfangled
\h character class in regexes; "[ \t]" is a serviceable replacement.

Files

PathChange+/−
src/tools/pgindent/pgindent modified +22 −22