pgsql: Improve comment spelling and style in llvmjit_deform.c.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve comment spelling and style in llvmjit_deform.c.
Date: 2019-04-30 23:32:01
Message-ID: E1hLcED-0000Kg-F2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve comment spelling and style in llvmjit_deform.c.

Author: Justin Pryzby
Discussion:
https://postgr.es/m/20190408141828.GE10080@telsasoft.com
https://postgr.es/m/20181127184133.GM10913@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a0b5bb6e026a3acf739843b744f3b14d4093450a

Modified Files
--------------
src/backend/jit/llvm/llvmjit_deform.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-05-01 01:10:45 pgsql: Fix unused variable compiler warning in !debug builds.
Previous Message Julien Rouhaud 2019-04-30 22:48:58 Re: pgsql: Track block level checksum failures in pg_stat_database