pgsql: Fix collection of typos and grammar mistakes in docs and comment

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix collection of typos and grammar mistakes in docs and comment
Date: 2019-04-19 08:00:10
Message-ID: E1hHORO-0007cA-Ui@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix collection of typos and grammar mistakes in docs and comments

Author: Justin Pryzby
Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/148266fa354a47543f6c0325cd1ea900ead4aac6

Modified Files
--------------
doc/src/sgml/ecpg.sgml | 2 +-
doc/src/sgml/ref/create_index.sgml | 2 +-
src/backend/jit/llvm/llvmjit_inline.cpp | 2 +-
src/backend/optimizer/plan/planner.c | 2 +-
src/backend/utils/hash/dynahash.c | 2 +-
src/interfaces/libpq/fe-auth.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-19 15:20:46 pgsql: Fix problems with auto-held portals.
Previous Message Michael Paquier 2019-04-19 07:30:35 pgsql: Clean up some documentation for log_statement_sample_rate