pgsql: doc: Fix some grammar and typos - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix some grammar and typos
Date
Msg-id E1oeVzP-000ORG-9j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix some grammar and typos

This fixes some areas related to logical replication and custom RMGRs.

Author: Ekaterina Kiryanova
Discussion: https://postgr.es/m/fa4773f1-1396-384a-bcd7-85b5e013f399@postgrespro.ru
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83e42a0035718914efad2fe04080fd6c579e9ef2

Modified Files
--------------
doc/src/sgml/custom-rmgr.sgml         | 6 +++---
doc/src/sgml/func.sgml                | 2 +-
doc/src/sgml/logical-replication.sgml | 6 +++---
src/backend/access/transam/rmgr.c     | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Avoid improbable PANIC during heap_update.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix tiny memory leaks