pgsql: doc: Fix some grammar and typos

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix some grammar and typos
Date: 2022-10-01 06:28:43
Message-ID: E1oeVzP-000ORH-AM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/64b431d15c49ce39a12dcaec78a60b884be1efba

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-10-01 10:52:05 pgsql: Fix tiny memory leaks
Previous Message Peter Geoghegan 2022-10-01 05:25:06 Re: pgsql: Avoid improbable PANIC during heap_update.