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-0002R9-5b@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
------
REL9_6_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 2 +-
doc/src/sgml/spgist.sgml | 2 +-
2 files changed, 2 insertions(+), 2 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.