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-000ORG-9j@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
------
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(-)
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. |