Typo in JIT documentation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Typo in JIT documentation
Date: 2018-04-25 02:11:54
Message-ID: 20180425021154.GA18940@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I just found $subject:
the server was compiled without <literal>--with-llvm</literal>),
- <acronym>JIT</acronym> will not performed, even if considered to be
+ <acronym>JIT</acronym> will not be performed, even if considered to be
beneficial based on the above criteria. Setting <xref linkend="guc-jit"/>

Thanks,
--
Michael

Attachment Content-Type Size
jit-typo.patch text/x-diff 713 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2018-04-25 02:19:23 Re: Oddity in tuple routing for foreign partitions
Previous Message Alvaro Herrera 2018-04-25 02:05:09 Re: Minor comment update in execPartition.c