Re: clean up docs for v12
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: pgsql-hackers@postgresql.org
Date: 2019-04-30T23:50:25Z
Lists: pgsql-hackers
Hi, On 2019-04-08 09:18:28 -0500, Justin Pryzby wrote: > From aae1a84b74436951222dba42b21de284ed8b1ac9 Mon Sep 17 00:00:00 2001 > From: Justin Pryzby <pryzbyj@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
Commits
-
Improve code inferring length of bitmap for JITed tuple deforming.
- 3a48005b0049 12.0 landed
-
Fix more typos and inconsistencies in documentation
- ac8623760377 12.0 landed
-
Fix collection of typos and grammar mistakes in docs and comments
- 148266fa354a 12.0 landed
-
Clean up some documentation for log_statement_sample_rate
- bc540f98599b 12.0 landed