pgsql: Revert unfortunate whitespace change

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert unfortunate whitespace change
Date: 2012-01-27 19:41:12
Message-ID: E1Rqrfc-0006qo-6n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert unfortunate whitespace change

In e5e2fc842c418432756d8b5825ff107c6c5fc4c3, blank lines were removed
after a comment block, which now looks as though the comment refers to
the immediately following code, but it actually refers to the
preceding code. So put the blank lines back.

Branch
------
master

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

Modified Files
--------------
src/backend/libpq/hba.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-27 20:02:45 pgsql: Show default privileges in information schema
Previous Message Peter Eisentraut 2012-01-27 19:21:58 pgsql: Disallow ALTER DOMAIN on non-domain type everywhere