pgsql: Fix comment block trashed by pgindent.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix comment block trashed by pgindent.
Date: 2016-02-06 20:13:41
Message-ID: E1aS9Ej-0005XS-Lw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment block trashed by pgindent.

Looks like I put the protective dashes in the wrong place in f4e4b32743.

Branch
------
master

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

Modified Files
--------------
src/backend/executor/nodeHash.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-07 04:11:40 pgsql: Improve speed of timestamp/time/date output functions.
Previous Message Tom Lane 2016-02-06 20:05:31 pgsql: Improve HJDEBUG code a bit.