pgsql: Fix a few typos in JIT comments and README

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a few typos in JIT comments and README
Date: 2020-08-20 21:34:32
Message-ID: E1k8sCe-0003qv-36@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a few typos in JIT comments and README

Reviewed-by: Abhijit Menon-Sen
Reviewed-by: Andres Freund
Discussion: https://postgr.es/m/CAApHDvobgmCs6CohqhKTUf7D8vffoZXQTCBTERo9gbOeZmvLTw%40mail.gmail.com
Backpatch-through: 11, where JIT was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8431d33079a2c552aaa223ebcfd470572d90146b

Modified Files
--------------
src/backend/jit/README | 14 +++++++-------
src/include/jit/llvmjit_emit.h | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-08-20 21:35:11 pgsql: Fix a few typos in JIT comments and README
Previous Message Andres Freund 2020-08-20 20:05:16 pgsql: Revert "Make vacuum a bit more verbose to debug BF failure."