pgsql: Correct some typos in the new JIT code. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Correct some typos in the new JIT code.
Date
Msg-id E1f0YZ7-0005uu-LP@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Allow FOR EACH ROW triggers on partitioned tables
Next
From: Andres Freund
Date:
Subject: pgsql: LLVMJIT: Free created module in LLVM < 5.