]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix some grammar and inconsistencies
authorMichael Paquier <michael@paquier.xyz>
Thu, 10 Sep 2020 06:51:00 +0000 (15:51 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 10 Sep 2020 06:51:00 +0000 (15:51 +0900)
Some comments are fixed while on it.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20200818171702.GK17022@telsasoft.com
Backpatch-through: 9.6

doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/sources.sgml
src/backend/storage/lmgr/proc.c

index 9bf9abf29be6f3545f37a3866fcf3507469c13b2..67e5137a68ea47bb546cbd3c5fb15237d02c3112 100644 (file)
@@ -223,7 +223,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
      A logical slot will emit each change just once in normal operation.
      The current position of each slot is persisted only at checkpoint, so in
      the case of a crash the slot may return to an earlier LSN, which will
-     then cause recent changes to be resent when the server restarts.
+     then cause recent changes to be sent again when the server restarts.
      Logical decoding clients are responsible for avoiding ill effects from
      handling the same message more than once.  Clients may wish to record
      the last LSN they saw when decoding and skip over any repeated data or
index a78eb789263e8117c98f8b3e39aff934e601cb17..a1a14a43a0703d0e1c86c7b5cc011f7ba0ea7d38 100644 (file)
@@ -359,7 +359,7 @@ ereport(ERROR,
      specify suppression of the <literal>CONTEXT:</> portion of a message in
      the postmaster log.  This should only be used for verbose debugging
      messages where the repeated inclusion of context would bloat the log
-     volume too much.
+     too much.
     </para>
    </listitem>
   </itemizedlist>
index 1c63a0375f42c28d5363b3717925c38686e14ea9..a312c30fb209dc241fc5c6c14d8c436dc750d0fa 100644 (file)
@@ -1306,7 +1306,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
                        else
                                LWLockRelease(ProcArrayLock);
 
-                       /* prevent signal from being resent more than once */
+                       /* prevent signal from being sent again more than once */
                        allow_autovacuum_cancel = false;
                }