pgsql: Fix collection of typos and grammar mistakes in docs andcomment - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix collection of typos and grammar mistakes in docs andcomment
Date
Msg-id E1hHORO-0007cA-Ui@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Clean up some documentation for log_statement_sample_rate
Next
From: Tom Lane
Date:
Subject: pgsql: Fix problems with auto-held portals.