pgsql: Fix some grammar in documentation of spgist and pgbench

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some grammar in documentation of spgist and pgbench
Date: 2019-05-20 00:50:50
Message-ID: E1hSWVu-0002R5-5U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some grammar in documentation of spgist and pgbench

Discussion: https://postgr.es/m/92961161-9b49-e42f-0a72-d5d47e0ed4de@postgrespro.ru
Author: Liudmila Mantrova
Reviewed-by: Jonathan Katz, Tom Lane, Michael Paquier
Backpatch-through: 9.4

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0950d25acec66ad02d2fc2d6d75a36ec334ed6f8

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 2 +-
doc/src/sgml/spgist.sgml | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-05-20 01:19:56 pgsql: Minimally fix partial aggregation for aggregates that don't have
Previous Message Andres Freund 2019-05-19 23:26:56 pgsql: Fix and improve SnapshotType comments.