pgsql: Fix typos in documentation and for one wait event

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in documentation and for one wait event
Date: 2019-01-14 23:48:51
Message-ID: E1gjByN-0000Oy-Ki@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in documentation and for one wait event

These have been found while cross-checking for the use of unique words
in the documentation, and a wait event was not getting generated in a way
consistent to what the documentation provided.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/9b5a3a85-899a-ae62-dbab-1e7943aa5ab1@gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6afea53c30d9ec841d593651ab7ae252801f64c5

Modified Files
--------------
doc/src/sgml/file-fdw.sgml | 2 +-
doc/src/sgml/func.sgml | 2 +-
doc/src/sgml/libpq.sgml | 2 +-
doc/src/sgml/ref/pg_dump.sgml | 2 +-
src/backend/postmaster/pgstat.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-01-15 00:29:22 pgsql: Make naming of tupdesc related structs more consistent with the
Previous Message Andres Freund 2019-01-14 23:37:14 Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility.