pgsql: Reformat the comments in pg_hba.conf and pg_ident.conf These

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reformat the comments in pg_hba.conf and pg_ident.conf These
Date: 2010-01-26 06:58:39
Message-ID: 20100126065840.008AA7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/libpq:
pg_hba.conf.sample (r1.70 -> r1.71)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pg_hba.conf.sample?r1=1.70&r2=1.71)
pg_ident.conf.sample (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pg_ident.conf.sample?r1=1.12&r2=1.13)
pgsql/src/bin/initdb:
initdb.c (r1.182 -> r1.183)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.182&r2=1.183)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2010-01-26 09:07:32 pgsql: Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add
Previous Message Peter Eisentraut 2010-01-26 06:45:31 pgsql: Make the default pg_hba.conf and pg_ident.conf align at