pgsql: Fix mistakes in the just added JIT docs.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix mistakes in the just added JIT docs.
Date: 2018-03-28 22:08:43
Message-ID: E1f1JFL-00063s-2N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix mistakes in the just added JIT docs.

Reported-By: Lukas Fittl
Author: Andres Freund

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a0a08c1d85dae3c332e7d72a56df0636be9c5d0a

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
doc/src/sgml/jit.sgml | 4 ++--
src/backend/jit/README | 14 ++++++++++----
3 files changed, 13 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-03-28 22:23:50 pgsql: C comment: fix typo, log -> lag
Previous Message Andres Freund 2018-03-28 21:23:58 pgsql: Add documentation for the JIT feature.