Hi, On 2019-04-08 09:18:28 -0500, Justin Pryzby wrote: > From aae1a84b74436951222dba42b21de284ed8b1ac9 Mon Sep 17 00:00:00 2001 > From: Justin Pryzby <pryz...@telsasoft.com> > Date: Sat, 30 Mar 2019 17:24:35 -0500 > Subject: [PATCH v2 03/12] JIT typos.. > > ..which I sent to Andres some time ago and which I noticed were never applied > (nor rejected). > > https://www.postgresql.org/message-id/20181127184133.GM10913%40telsasoft.com > --- > src/backend/jit/llvm/llvmjit_deform.c | 22 +++++++++++----------- > src/backend/jit/llvm/llvmjit_inline.cpp | 2 +- > 2 files changed, 12 insertions(+), 12 deletions(-)
I pushed these, minus the ones that were obsoleted by the slightly larger changes resulting from the discussion of this patch. Thanks for the patch! Greetings, Andres Freund