diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-01-05 08:05:08 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-01-05 08:05:08 +0530 |
commit | cd357c76296e987298e4005b8053adda9e3fb417 (patch) | |
tree | c04227c7e989baff0979ea8eda3edb02233c11d8 | |
parent | 9da2224ea2bb9801afc29bff6a325bf796868bdc (diff) | |
download | postgresql-cd357c76296e987298e4005b8053adda9e3fb417.tar.gz postgresql-cd357c76296e987298e4005b8053adda9e3fb417.zip |
Fix typo in origin.c.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+PsReyuvww_Fn1NN_Vsv0wBP1bnzuhzRFr_2=y1nNZrG7w@mail.gmail.com
-rw-r--r-- | src/backend/replication/logical/origin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c index 0b01cce44e0..77781d059dd 100644 --- a/src/backend/replication/logical/origin.c +++ b/src/backend/replication/logical/origin.c @@ -843,7 +843,7 @@ replorigin_redo(XLogReaderState *record) * that originated at the LSN remote_commit on the remote node was replayed * successfully and that we don't need to do so again. In combination with * setting up replorigin_session_origin_lsn and replorigin_session_origin - * that ensures we won't loose knowledge about that after a crash if the + * that ensures we won't lose knowledge about that after a crash if the * transaction had a persistent effect (think of asynchronous commits). * * local_commit needs to be a local LSN of the commit so that we can make sure |