pgsql: Revert unfortunate whitespace change - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Revert unfortunate whitespace change
Date
Msg-id E1Rqrfc-0006qo-6n@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Disallow ALTER DOMAIN on non-domain type everywhere
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Show default privileges in information schema