Reformat the comments in pg_hba.conf and pg_ident.conf

Peter Eisentraut <peter_e@gmx.net>

Commit: 525d2cbba2531f15649714121f54620738ffcacb
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2010-01-26T06:58:39Z
Releases: 9.0.0
Reformat the comments in pg_hba.conf and pg_ident.conf

These files have apparently been edited over the years by a dozen people
with as many different editor settings, which made the alignment of the
paragraphs quite inconsistent and ugly.  I made a pass of M-q with Emacs
to straighten it out.

Files

PathChange+/−
src/backend/libpq/pg_hba.conf.sample modified +39 −36
src/backend/libpq/pg_ident.conf.sample modified +15 −13
src/bin/initdb/initdb.c modified +5 −5