pgsql: Correct some typos in the new JIT code.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct some typos in the new JIT code.
Date: 2018-03-26 20:18:01
Message-ID: E1f0YZ7-0005uu-LP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct some typos in the new JIT code.

Author: Thomas Munro

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/96b5eac9186e033c67944124803ef5aa8f246afc

Modified Files
--------------
src/backend/jit/llvm/llvmjit.c | 12 ++++++------
src/backend/jit/llvm/llvmjit_error.cpp | 6 +++---
src/backend/jit/llvm/llvmjit_expr.c | 4 ++--
src/backend/jit/llvm/llvmjit_types.c | 2 +-
4 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-03-26 23:09:42 pgsql: LLVMJIT: Free created module in LLVM < 5.
Previous Message Alvaro Herrera 2018-03-26 15:33:33 Re: pgsql: Allow FOR EACH ROW triggers on partitioned tables